Skip to content

Commit

Permalink
cdnify: Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 19, 2024
1 parent 1a782db commit 1ba7b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdnify.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
the wheel and source distributions on PyPI.
"""

from pathlib import Path
import subprocess
from pathlib import Path

import s3fs
import click
import s3fs

HERE = Path(__file__).resolve().parent

Expand Down

0 comments on commit 1ba7b08

Please sign in to comment.