Skip to content

Commit f981a7b

Browse files
oneTakenastonzhang
authored andcommitted
remove unused packages to simplify understanding (d2l-ai#449)
1 parent cd79eaa commit f981a7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import os
44
import re
55
from setuptools import setup, find_packages
6-
import shutil
7-
import sys
6+
87

98
def read(*names, **kwargs):
109
with io.open(

0 commit comments

Comments
 (0)