1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-15 21:54:59 +00:00

fix __all__ placing

This commit is contained in:
VarMonke 2022-05-01 00:51:52 +05:30
parent 66015d737a
commit d5e5ca9a62
4 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,7 @@ from datetime import datetime
import io
import os
__all__ = (
__all__: Tuple[str, ...] = (
'APIObject',
'dt_formatter',
'repr_dt',