Skip to content

Commit

Permalink
fix: pylint (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLaPiana authored Sep 1, 2023
1 parent e933216 commit f72d0dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fides/api/api/v1/endpoints/admin.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from enum import Enum
from typing import Dict

from fastapi import Security, status, HTTPException
from fastapi import HTTPException, Security, status

from fides.api.api.v1.endpoints import API_PREFIX
from fides.api.db.database import configure_db, reset_db
from fides.api.oauth.utils import verify_oauth_client_prod
from fides.api.util import errors
from fides.api.util.api_router import APIRouter
from fides.common.api import scope_registry
from fides.config import CONFIG
Expand Down

0 comments on commit f72d0dd

Please sign in to comment.