-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix isort's compatibility with black in pre-commit config * Remove unimplemented failing test * Add default case for invalid translation type * Remove variable redefinitions from translate * Fix unresolved reference on translation library's function * Remove variable redefinition from join command * Remove variable redefinition from setprefix command * Remove variable redefinition from gamble command * Remove variable redefinition from setpoints command * Remove variable redefinition from give command * Rename variable in function docs * Remove variable redefinition from give command * Remove variable redefinition from duel command * Remove variable redefinition from duel command * Add return type annotation to Translator init * Specify package name to mypy
- Loading branch information
1 parent
29e93b9
commit 0b72d9e
Showing
4 changed files
with
55 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
class TestPointAmountConverter(TestCase): | ||
def test_convert(self): | ||
self.fail() | ||
pass |