Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_project
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
examples
python_project
Commits
e38ec4a4
Commit
e38ec4a4
authored
6 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Remove future imports
parent
d7a9a20d
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
foo/__version__.py
+0
-2
0 additions, 2 deletions
foo/__version__.py
foo/bar.py
+0
-1
0 additions, 1 deletion
foo/bar.py
with
0 additions
and
3 deletions
foo/__version__.py
+
0
−
2
View file @
e38ec4a4
...
...
@@ -9,8 +9,6 @@ Pep 386 compliant version info.
(1, 2, 0,
'
beta
'
, 2) =>
"
1.2b2
"
"""
from
__future__
import
absolute_import
,
print_function
,
division
from
os.path
import
dirname
,
realpath
,
join
from
setuptools_scm
import
get_version
...
...
This diff is collapsed.
Click to expand it.
foo/bar.py
+
0
−
1
View file @
e38ec4a4
...
...
@@ -5,7 +5,6 @@
The bar module.
"""
from
__future__
import
absolute_import
,
print_function
,
division
__author__
=
"
Your Name
"
__credits__
=
[
"
The guy in your office
"
,
"
Tom
"
]
...
...
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