Skip to content

Commit

Permalink
add isodate third party stub
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Jan 10, 2024
1 parent eb6b6f4 commit 21a08ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions third-party-stubs/isodate/__init__.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import datetime

def parse_datetime(datetimestring: str):
datetime.datetime

0 comments on commit 21a08ef

Please sign in to comment.