Skip to content

Commit

Permalink
style: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 15, 2024
1 parent 1c4288d commit 35b5fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x_notes/notes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime, timedelta, timezone
import re
from urllib.parse import urlparse
from datetime import datetime, timedelta, timezone
from typing import Any
from urllib.parse import urlparse

from .helpers import to_isoformat
from .tsv import get_generator
Expand Down

0 comments on commit 35b5fb2

Please sign in to comment.