Skip to content

Commit

Permalink
Merge pull request #11 from analysiscenter/fix_partial
Browse files Browse the repository at this point in the history
Add partial import
  • Loading branch information
alexanderkuvaev authored Feb 21, 2024
2 parents aa190b5 + d45a9d6 commit 7f47b77
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 7f47b77

Please sign in to comment.