Skip to content

Commit

Permalink
Remove unused Dict
Browse files Browse the repository at this point in the history
  • Loading branch information
CheloVek0116 committed Jun 17, 2024
1 parent 1434aea commit 49262c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytonapi/schema/traces.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from enum import Enum
from typing import Optional, List, Union, Dict
from typing import Optional, List, Union

from pydantic.v1 import BaseModel

Expand Down

0 comments on commit 49262c4

Please sign in to comment.