Type-Hint some files that were not type-hinted #101

Open
Sengolda wants to merge 16 commits from unknown repository into 2.0
Sengolda commented 2021-10-13 20:45:45 +00:00 (Migrated from github.com)

Summary

This pr type-hints Some files that were not typed (__main__.py, activity.py and utils.py)

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)
## Summary This pr type-hints Some files that were not typed (`__main__.py`, `activity.py` and `utils.py`) ## Checklist - [x] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes. - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed) - [ ] This PR is **not** a code change (e.g. documentation, README, ...)
StockerMC (Migrated from github.com) reviewed 2021-10-18 14:53:26 +00:00
StockerMC (Migrated from github.com) commented 2021-10-18 14:53:25 +00:00

The default for overwrite here should not have been removed.

The default for `overwrite` here should not have been removed.
Sengolda (Migrated from github.com) reviewed 2021-10-18 14:57:05 +00:00
Sengolda (Migrated from github.com) commented 2021-10-18 14:57:05 +00:00

Fixed.

Fixed.
This pull request is broken due to missing fork information.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin unknown repository:unknown repository
git checkout unknown repository
Sign in to join this conversation.
No description provided.