summaryrefslogtreecommitdiff
path: root/timestamp.py
diff options
context:
space:
mode:
Diffstat (limited to 'timestamp.py')
-rw-r--r--timestamp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/timestamp.py b/timestamp.py
index 8f00db2..e338c30 100644
--- a/timestamp.py
+++ b/timestamp.py
@@ -37,6 +37,7 @@ class TimeStamp(datetime.datetime):
tzinfo=True,
fold=None,
):
+ # type: (Any, Any, Any, Any, Any, Any, Any, Any, Any) -> Any
if year is None:
year = self.year
if month is None: