Skip to content

Commit

Permalink
fix imports sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jun 14, 2024
1 parent 51c2c32 commit a399e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonuino_cards_manager/_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"""Dataclass holding configuration for a single card and all its operations"""

import logging
import sys
from dataclasses import dataclass, field
from pathlib import Path
import sys

from num2words import num2words

Expand Down

0 comments on commit a399e7c

Please sign in to comment.