Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Apr 5, 2024
1 parent 8382ee9 commit 2201025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ release:
python setup.py sdist

black:
black --check --color src test examples
black --check --diff --color src test examples

mypy:
python setup.py type_check
Expand Down
2 changes: 1 addition & 1 deletion src/gluonts/maybe.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def __iter__(self):
@abstractmethod
def zip(self, other: OptionalOrMaybe[U]) -> Maybe[Tuple[T, U]]:
"""
Abstract zip.
"""

@abstractmethod
Expand Down

0 comments on commit 2201025

Please sign in to comment.