Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiushin committed Mar 5, 2024
1 parent d96b942 commit 309a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deker/integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def check_arrays_locks(self, collection: Collection) -> None:
if self.stop_on_error and self.errors:
raise DekerIntegrityError(self._parse_errors())

def _check_v_arrays(self, collection: Collection, v_arrays: ArrayManager | Optional[VArrayManager]) -> None:
def _check_v_arrays(self, collection: Collection, v_arrays: Union[ArrayManager, Optional[VArrayManager]]) -> None:
"""Check if Arrays or VArray in Collection are initializing.
:param collection: Collection to be checked
Expand Down

0 comments on commit 309a63f

Please sign in to comment.