Skip to content

Commit

Permalink
Refactoring after running mypy and annotating the code and moving som…
Browse files Browse the repository at this point in the history
…e variables.
  • Loading branch information
SekouD committed Jun 18, 2018
1 parent 2094b87 commit 42a6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlconjug/stubs/mlconjug/PyVerbiste.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class VerbInfo:
def __repr__(self) -> Text: ...

def __eq__(self,
other: Any
other: object
) -> bool: ...


Expand Down

0 comments on commit 42a6f68

Please sign in to comment.