Skip to content

Commit 02301eb

Browse files
authored
Import fix
1 parent 0cb2a48 commit 02301eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import decimal
2020
import time
2121
import datetime
22-
import dateutil
22+
import dateutil.tz
2323
import calendar
2424
import json
2525
import re

0 commit comments

Comments
 (0)