Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 26, 2024
1 parent 137c67a commit a9e02cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion posthog/models/personal_api_key.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Literal, Tuple, get_args
from typing import Optional, Literal
import hashlib

from django.contrib.auth.hashers import PBKDF2PasswordHasher
Expand Down
3 changes: 0 additions & 3 deletions posthog/rbac/access_control_api_mixin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from typing import TYPE_CHECKING


try:
from ee.api.rbac.access_control import AccessControlViewSetMixin as _AccessControlViewSetMixin
except ImportError:
Expand Down

0 comments on commit a9e02cc

Please sign in to comment.