-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some files were reformatted in my previous PR. After regenerating the files, the original formatting was restored. This PR simply reverts the format change.
- Loading branch information
1 parent
4825724
commit b0f7eb1
Showing
8 changed files
with
1,436 additions
and
1,480 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
|
||
|
||
class TestAuthenticate(unittest.TestCase): | ||
|
||
def setUp(self): | ||
print("setup class:%s" % self) | ||
|
||
|
Oops, something went wrong.