Skip to content

Commit

Permalink
Fix slightly unsorted imports in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Mar 19, 2024
1 parent 4a4d880 commit d524c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python

import os
import sys
from pathlib import Path
import sys
from typing import Sequence

from setuptools import setup, find_packages
Expand Down

0 comments on commit d524c76

Please sign in to comment.