Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Feb 2, 2024
1 parent ed1a6de commit f3b2416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/dispatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pickle
from collections.abc import Iterable
from dataclasses import dataclass
from functools import cached_property
from typing import Any, TypeAlias
from urllib.parse import urlparse

Expand Down
2 changes: 1 addition & 1 deletion src/dispatch/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_root():

import os
from collections.abc import Callable
from typing import Any, Dict
from typing import Dict

import fastapi
import fastapi.responses
Expand Down

0 comments on commit f3b2416

Please sign in to comment.