Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Oct 25, 2024
1 parent bb3417c commit 7f0b931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion joblib_htcondor/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
Any,
Callable,
Optional,
Tuple,
Union,
)
from uuid import uuid1
Expand Down
2 changes: 1 addition & 1 deletion joblib_htcondor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Synchon Mandal <[email protected]>
# License: AGPL

from datetime import datetime
import time
from datetime import datetime


def logger_level(arg):
Expand Down

0 comments on commit 7f0b931

Please sign in to comment.