Skip to content

Commit

Permalink
ignore ignore:datetime.datetime.utcnow error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Aug 16, 2024
1 parent 222c5a5 commit 69649c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ filterwarnings = [
"ignore:unclosed <socket.socket",
# Remove this in a future release of PySpark.
"ignore:distutils Version classes are deprecated. Use packaging.version instead.",
"ignore:datetime.datetime.utcnow",
]

[tool.black]
Expand Down

0 comments on commit 69649c3

Please sign in to comment.