1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00

Move utils.error_from_request to errors.py and fix circular imports

This commit is contained in:
RGBCube 2022-06-25 14:22:52 +03:00
parent cad7916da6
commit f71c0db13b
4 changed files with 11 additions and 13 deletions

View file

@ -25,7 +25,7 @@ SOFTWARE.
__title__ = "GitHub-API-Wrapper"
__authors__ = ("VarMonke", "sudosnok", "contributors")
__version__ = "2.0a"
__version__ = "2.0.0a"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2022-present VarMonke, sudosnok & contributors"