Skip to content

Commit

Permalink
fix: pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDMurphy committed Jul 5, 2023
1 parent 5a36682 commit 15e0b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fides/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
from datetime import datetime, timezone
from logging import WARNING
from typing import Callable, Optional
from urllib.parse import unquote

from fastapi import HTTPException, Request, Response, status
from fastapi.responses import FileResponse
from fideslog.sdk.python.event import AnalyticsEvent
from loguru import logger
from starlette.background import BackgroundTask
from urllib.parse import unquote
from uvicorn import Config, Server

import fides
Expand Down

0 comments on commit 15e0b1c

Please sign in to comment.