Skip to content

Commit 58bcac7

Browse files
committed
Remove unused sys import
1 parent 642bfd6 commit 58bcac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release_archiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import os, shutil, sys, re, argparse
1+
import os, shutil, re, argparse
22

33

44
class VersionArchiver:

0 commit comments

Comments
 (0)