mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 14:35:09 +00:00
fix __all__ placing
This commit is contained in:
parent
66015d737a
commit
d5e5ca9a62
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,11 @@
|
|||
# == exceptions.py ==#
|
||||
|
||||
import datetime
|
||||
from typing import Tuple
|
||||
|
||||
from aiohttp import ClientResponse
|
||||
|
||||
__all__ = (
|
||||
__all__: Tuple[str, ...] = (
|
||||
'APIError',
|
||||
'HTTPException',
|
||||
'ClientException',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue