Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
tails
mat2
Commits
9fa76c4c
Commit
9fa76c4c
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Remove some unused imports
parent
d830760d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/audio.py
+0
-2
0 additions, 2 deletions
src/audio.py
src/office.py
+0
-2
0 additions, 2 deletions
src/office.py
src/parser_factory.py
+1
-1
1 addition, 1 deletion
src/parser_factory.py
src/pdf.py
+0
-2
0 additions, 2 deletions
src/pdf.py
tests/test_climat2.py
+0
-1
0 additions, 1 deletion
tests/test_climat2.py
with
1 addition
and
8 deletions
src/audio.py
+
0
−
2
View file @
9fa76c4c
import
subprocess
import
shutil
import
json
import
mutagen
...
...
This diff is collapsed.
Click to expand it.
src/office.py
+
0
−
2
View file @
9fa76c4c
import
json
import
os
import
re
import
shutil
import
subprocess
import
tempfile
import
datetime
import
zipfile
...
...
This diff is collapsed.
Click to expand it.
src/parser_factory.py
+
1
−
1
View file @
9fa76c4c
...
...
@@ -4,7 +4,7 @@ import pkgutil
from
.
import
abstract
from
typing
import
Type
,
TypeVar
from
typing
import
TypeVar
T
=
TypeVar
(
'
T
'
,
bound
=
'
abstract.AbstractParser
'
)
...
...
This diff is collapsed.
Click to expand it.
src/pdf.py
+
0
−
2
View file @
9fa76c4c
...
...
@@ -5,9 +5,7 @@
import
os
import
logging
import
tempfile
import
shutil
import
io
import
tempfile
import
cairo
import
gi
...
...
This diff is collapsed.
Click to expand it.
tests/test_climat2.py
+
0
−
1
View file @
9fa76c4c
import
unittest
import
subprocess
import
os
class
TestHelp
(
unittest
.
TestCase
):
...
...
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