Skip to content

Commit

Permalink
style: Isort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jthetzel committed Jul 27, 2023
1 parent d975c1d commit 23dedc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/titiler/core/titiler/core/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import logging
import re
import time
from typing import Optional, Set
import urllib.parse
from typing import Optional, Set

from fastapi.logger import logger
from starlette.datastructures import MutableHeaders
Expand Down

0 comments on commit 23dedc7

Please sign in to comment.