Skip to content

Commit 513eec0

Browse files
committed
import correction
1 parent 01d989b commit 513eec0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tools/scripts/release.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
Note that this script NEEDS TO BE RUN FROM THE ROOT of the project.
77
"""
88
#!/usr/bin/env python3
9-
import datetime
10-
import json
119
import os
12-
import re
13-
import subprocess
14-
import platform
10+
import sys
1511

1612
UTILS_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), './Utils'))
1713
sys.path.insert(0, UTILS_DIR)

0 commit comments

Comments
 (0)