Skip to content

Commit d524c76

Browse files
committed
Fix slightly unsorted imports in setup.py
1 parent 4a4d880 commit d524c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22

33
import os
4-
import sys
54
from pathlib import Path
5+
import sys
66
from typing import Sequence
77

88
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)