Skip to content

Commit

Permalink
[client] Fix linting / formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Jun 21, 2024
1 parent 5ceab3a commit 2af95a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobas/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from .kill_chain_phase import * # noqa: F401,F403
from .me import * # noqa: F401,F403
from .organization import * # noqa: F401,F403
from .payload import * # noqa: F401,F403
from .team import * # noqa: F401,F403
from .user import * # noqa: F401,F403
from .payload import * # noqa: F401,F403

__all__ = [name for name in dir() if not name.startswith("_")]
2 changes: 1 addition & 1 deletion pyobas/apis/payload.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Dict, List
from typing import Any, Dict

from pyobas import exceptions as exc
from pyobas.base import RESTManager, RESTObject
Expand Down

0 comments on commit 2af95a7

Please sign in to comment.