Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 5, 2024
1 parent 617e1f8 commit 21aa3d0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@

from tqdm_publisher import TQDMProgressHandler

from .info import CONVERSION_SAVE_FOLDER_PATH, GUIDE_ROOT_FOLDER, STUB_SAVE_FOLDER_PATH, is_packaged, resource_path
from .info import (
CONVERSION_SAVE_FOLDER_PATH,
GUIDE_ROOT_FOLDER,
STUB_SAVE_FOLDER_PATH,
is_packaged,
resource_path,
)
from .info.sse import format_sse

progress_handler = TQDMProgressHandler()
Expand Down Expand Up @@ -870,9 +876,8 @@ def create_file(
info: dict,
log_url: Optional[str] = None,
) -> dict:
import requests

import neuroconv
import requests
from tqdm_publisher import TQDMProgressSubscriber

project_name = info.get("project_name")
Expand Down

0 comments on commit 21aa3d0

Please sign in to comment.