Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
f513ab88
Unverified
Commit
f513ab88
authored
Aug 08, 2021
by
Jonah Brüchert
Browse files
Remove unused import
parent
e77142d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab/utils.py
View file @
f513ab88
...
...
@@ -14,7 +14,7 @@ import sys
from
datetime
import
datetime
,
timezone
from
enum
import
Enum
,
auto
from
typing
import
List
,
Optional
,
Final
from
urllib.parse
import
ParseResult
,
urlparse
,
quote_plus
from
urllib.parse
import
ParseResult
,
urlparse
from
git
import
Repo
from
git.exc
import
InvalidGitRepositoryError
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment