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 May 20, 2024
1 parent 34c09fe commit 2bea2ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def get_all_interface_info() -> dict:

# Combine Multiple Interfaces
def get_custom_converter(interface_class_dict: dict, alignment_info: dict = dict()): -> "NWBConverter":
from neuroconv import converters, datainterfaces, NWBConverter
from neuroconv import NWBConverter, converters, datainterfaces

class CustomNWBConverter(NWBConverter):
data_interface_classes = {
Expand Down Expand Up @@ -682,8 +682,9 @@ def validate_metadata(metadata: dict, check_function_name: str) -> dict:

def set_interface_alignment(converter, alignment_info):

import numpy as np
import csv

import numpy as np
from neuroconv.tools.testing.mock_interfaces import MockRecordingInterface

errors = {}
Expand Down

0 comments on commit 2bea2ba

Please sign in to comment.