diff options
| author | Scott Gasch <[email protected]> | 2022-02-06 13:45:21 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-06 13:45:21 -0800 |
| commit | b22b39493c5b6c747b16e9430f3833bb8869cef6 (patch) | |
| tree | c494285c0b302d95ef7b428d026a72d268d1d0b6 /dateparse/dateparse_utils.py | |
| parent | d2376b4dd7a8bba0dfc878578086faeab83c6f5b (diff) | |
Add a simple test for waitable presence.
Diffstat (limited to 'dateparse/dateparse_utils.py')
| -rwxr-xr-x | dateparse/dateparse_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dateparse/dateparse_utils.py b/dateparse/dateparse_utils.py index 54a4736..79ce8a3 100755 --- a/dateparse/dateparse_utils.py +++ b/dateparse/dateparse_utils.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# type: ignore """ Parse dates in a variety of formats. |
