Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 22, 2024
1 parent 734ae93 commit 9c3c171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

NAMESPACE_NAME = "test_core"


def create_test_extension(specs, container_classes, mappers=None):
ns_builder = NWBNamespaceBuilder(
name=NAMESPACE_NAME,
Expand All @@ -27,4 +28,4 @@ def create_test_extension(specs, container_classes, mappers=None):
type_map.register_map(container_cls, mapper_cls)

output_dir.cleanup()
return type_map
return type_map

0 comments on commit 9c3c171

Please sign in to comment.