Skip to content

Commit

Permalink
Change ordering of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Benson Muite committed Jan 3, 2025
1 parent 7f0796c commit c26ae23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gourmand/prefs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import shutil
import sys
from pathlib import Path
from typing import Any, Optional
import sys


if sys.version_info >= (3, 11):
import tomllib.load as tom_load
Expand Down

0 comments on commit c26ae23

Please sign in to comment.