We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceab3a commit 2af95a7Copy full SHA for 2af95a7
pyobas/apis/__init__.py
@@ -8,8 +8,8 @@
8
from .kill_chain_phase import * # noqa: F401,F403
9
from .me import * # noqa: F401,F403
10
from .organization import * # noqa: F401,F403
11
+from .payload import * # noqa: F401,F403
12
from .team import * # noqa: F401,F403
13
from .user import * # noqa: F401,F403
-from .payload import * # noqa: F401,F403
14
15
__all__ = [name for name in dir() if not name.startswith("_")]
pyobas/apis/payload.py
@@ -1,4 +1,4 @@
1
-from typing import Any, Dict, List
+from typing import Any, Dict
2
3
from pyobas import exceptions as exc
4
from pyobas.base import RESTManager, RESTObject
0 commit comments