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 f92e9e2 commit 63de269
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 | VArrayManager):
def _check_v_arrays(self, collection: Collection, v_arrays: ArrayManager | Optional[VArrayManager]):
"""Check if Arrays or VArray in Collection are initializing.
:param collection: Collection to be checked
Expand Down

0 comments on commit 63de269

Please sign in to comment.