Skip to content

Commit 0af3541

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 682eacb commit 0af3541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import os
2-
import sys
3-
import subprocess
42
import platform
5-
3+
import subprocess
4+
import sys
65
from datetime import datetime
6+
77
from setuptools import find_packages, setup
88
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
99

0 commit comments

Comments
 (0)