Skip to content

Commit

Permalink
Merge pull request #16 from CheloVek0116/main
Browse files Browse the repository at this point in the history
Remove unused Dict
  • Loading branch information
nessshon authored Jun 17, 2024
2 parents 1434aea + 49262c4 commit c045918
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 c045918

Please sign in to comment.