Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorcary committed Jul 1, 2024
1 parent efb3996 commit be39210
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/middlewared/middlewared/plugins/api_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from middlewared.api.current import (
ApiKeyCreateArgs, ApiKeyCreateResult, ApiKeyUpdateArgs,
ApiKeyUpdateResult, ApiKeyDeleteArgs, ApiKeyDeleteResult,
ApiKeyCreate, ApiKeyEntry, ApiKeyUpdate, HttpVerb,
NonEmptyString
HttpVerb, NonEmptyString
)
from middlewared.service import CRUDService, private, ValidationErrors
import middlewared.sqlalchemy as sa
Expand Down

0 comments on commit be39210

Please sign in to comment.