Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/import-cleanup' into import-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Aug 31, 2024
2 parents 038ba50 + 9898f4f commit 14e7029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/_inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from collections import defaultdict
from concurrent.futures import ProcessPoolExecutor, as_completed
from pathlib import Path
from typing import Iterable, List, Optional, Union, Type
from typing import Iterable, List, Optional, Type, Union
from warnings import filterwarnings, warn

import pynwb
Expand Down

0 comments on commit 14e7029

Please sign in to comment.