Skip to content

Commit

Permalink
Update NotRequired import
Browse files Browse the repository at this point in the history
  • Loading branch information
tribble committed Aug 3, 2024
1 parent 52a2adf commit dbe806d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workos/audit_logs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import NotRequired, Optional, Protocol, Sequence
from typing_extensions import TypedDict
from typing import Optional, Protocol, Sequence
from typing_extensions import TypedDict, NotRequired

import workos
from workos.resources.audit_logs import AuditLogExport
Expand Down

0 comments on commit dbe806d

Please sign in to comment.