Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 8, 2024
1 parent c8853dc commit 8b7ac74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import nox
import shutil
from tempfile import TemporaryDirectory
from pathlib import Path
from tempfile import TemporaryDirectory

import nox

nox.options.default_venv_backend = "uv"

Expand Down

0 comments on commit 8b7ac74

Please sign in to comment.