Skip to content

Commit d0648e3

Browse files
author
Philippe Theroux
committed
corrected imports
1 parent 065eabc commit d0648e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
import io
2121
import os
2222
import re
23+
import shutil
2324
import sys
25+
2426
from setuptools import Command, find_packages, setup
25-
import shutil
2627

2728

2829
class PyCleanBuild(Command):

0 commit comments

Comments
 (0)