Skip to content

Commit 3a6e03a

Browse files
authored
Python lint fixes
1 parent 87c2327 commit 3a6e03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/sql/connect/functions/builtin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,7 @@ def make_timestamp_ntz(
40364036
...
40374037

40384038

4039-
def make_timestamp_ntz(
4039+
def make_timestamp_ntz( # type: ignore[misc]
40404040
yearsOrDate: "ColumnOrName",
40414041
monthsOrTime: "ColumnOrName",
40424042
days: Optional["ColumnOrName"] = None,
@@ -4094,7 +4094,7 @@ def try_make_timestamp_ntz(
40944094
...
40954095

40964096

4097-
def try_make_timestamp_ntz(
4097+
def try_make_timestamp_ntz( # type: ignore[misc]
40984098
yearsOrDate: "ColumnOrName",
40994099
monthsOrTime: "ColumnOrName",
41004100
days: Optional["ColumnOrName"] = None,

0 commit comments

Comments
 (0)