Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VTK Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VTK
VTK Examples
Commits
2e25f0f3
Commit
2e25f0f3
authored
7 years ago
by
Jean-Christophe Fillion-Robin
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: src/Admin: Remove unused imports
Former-commit-id:
6c796423
parent
c80241c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.flake8
+1
-12
1 addition, 12 deletions
.flake8
src/Admin/sitemap_gen.py
+0
-4
0 additions, 4 deletions
src/Admin/sitemap_gen.py
with
1 addition
and
16 deletions
.flake8
+
1
−
12
View file @
2e25f0f3
[flake8]
exclude =
src/Admin/
max-line-length = 150
ignore =
# E111 indentation is not a multiple of four
E111,
...
...
@@ -8,10 +7,6 @@ ignore =
E114,
# E122 continuation line missing indentation or outdented
E122,
# E123 closing bracket does not match indentation of opening bracket's line
E123,
# E126 continuation line over-indented for hanging indent
E126,
# E127 continuation line over-indented for visual indent
E127,
# E131 continuation line unaligned for hanging indent
...
...
@@ -30,14 +25,8 @@ ignore =
E221,
# E225 missing whitespace around operator
E225,
# E226 missing whitespace around arithmetic operator
E226,
# E231 missing whitespace after ','
E231,
# E241 multiple spaces after '
E241,
# E241 multiple spaces after ','
E241,
# E251 unexpected spaces around keyword / parameter equals
E251,
# E261 at least two spaces before inline comment
...
...
This diff is collapsed.
Click to expand it.
src/Admin/sitemap_gen.py
+
0
−
4
View file @
2e25f0f3
...
...
@@ -17,9 +17,7 @@
"""
import
os.path
import
sys
import
string
import
getopt
import
urllib2
import
urlparse
...
...
@@ -27,8 +25,6 @@ from HTMLParser import HTMLParser
from
HTMLParser
import
HTMLParseError
import
xml.sax.saxutils
import
robotparser
import
re
import
httplib
helpText
=
"""
sitemap_gen.py version 1.1.0 (2009-09-05)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment