Skip to content

Commit 02082f7

Browse files
committed
Fix OS check to import os.
1 parent e675d63 commit 02082f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pydatetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import time as _time
1010
import math as _math
11-
import sys
11+
import os
1212
from operator import index as _index
1313

1414
def _cmp(x, y):

0 commit comments

Comments
 (0)