Skip to content

Commit

Permalink
remove extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Oct 29, 2024
1 parent 56892c8 commit 86cd7fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion databroker/mongo_normalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ class BadShapeMetadata(Exception):
pass


def default_validate_shape(key, data, expected_shape):
def default_validate_shape(key, data, expected_shape, uid=None):
"""
Check that data.shape == expected.shape.
Expand Down
2 changes: 0 additions & 2 deletions databroker/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import contextlib
import getpass
import os
import pytest
import sys
Expand Down

0 comments on commit 86cd7fd

Please sign in to comment.