Skip to content

Commit cc30ab3

Browse files
committed
revert pyproject.toml change
1 parent cf061a2 commit cc30ab3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ filterwarnings = [
338338
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
339339
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
340340
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
341-
# From fsspec gcsfs
342-
"ignore:pkg_resources is deprecated as an API.",
343-
"ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning",
344-
"ignore::DeprecationWarning:google.rpc",
345341
]
346342

347343
[tool.black]

0 commit comments

Comments
 (0)