Skip to content

Commit 4c3b231

Browse files
committed
fix(clean): fix the bug of am, pm
1 parent caf2b37 commit 4c3b231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dataprep/clean/clean_date_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
Common definitions and classes for the clean_date function.
33
"""
4+
# pylint: disable-msg=too-many-branches
5+
46
import datetime
57
from typing import Dict, List, Union
68

0 commit comments

Comments
 (0)