-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the `OrderedDict`s * Changed some stuff from the code review * Fixed a typo * Added these imports: `from __future__ import annotations` and `from typing import *` * Moved `from __future__ import annotations` to the top. * Changed type annotation `any`s to `Any`
- Loading branch information
Showing
7 changed files
with
207 additions
and
200 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
Oops, something went wrong.