Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tribble committed Aug 13, 2024
1 parent 045fe75 commit 12e7793
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion workos/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from calendar import c
from typing import Optional
from workos.__about__ import __version__
from workos._base_client import BaseClient
Expand Down
1 change: 0 additions & 1 deletion workos/user_management.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Optional, Protocol, Set

from httpx._client import Client
from workos._base_client import ClientConfiguration
from workos.types.list_resource import (
ListArgs,
Expand Down

0 comments on commit 12e7793

Please sign in to comment.