Skip to content

Commit

Permalink
Add partial import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKozhevin committed Feb 21, 2024
1 parent aa190b5 commit d45a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segfast/utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
""" !!. """
from concurrent.futures import Future, Executor
from functools import partial


try:
from batchflow import Notifier
except ImportError:
try:
from functools import partial
from tqdm.auto import tqdm

class Notifier:
Expand Down

0 comments on commit d45a9d6

Please sign in to comment.