Skip to content

Commit

Permalink
Fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
frwickst committed Dec 26, 2023
1 parent 5a735a8 commit 412b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huum/schemas.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass, field
from datetime import datetime
from typing import Optional, Annotated
from typing import Annotated, Optional

from mashumaro import DataClassDictMixin, field_options

Expand Down

0 comments on commit 412b493

Please sign in to comment.