We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf2b37 commit 4c3b231Copy full SHA for 4c3b231
dataprep/clean/clean_date_utils.py
@@ -1,6 +1,8 @@
1
"""
2
Common definitions and classes for the clean_date function.
3
4
+# pylint: disable-msg=too-many-branches
5
+
6
import datetime
7
from typing import Dict, List, Union
8
0 commit comments