Skip to content

Commit

Permalink
Merge pull request #503 from abe-101/patch-2
Browse files Browse the repository at this point in the history
add missing import pytz in example
  • Loading branch information
jacadzaca committed Dec 19, 2022
2 parents 16f9015 + c32edb0 commit f1f82e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage.rst
Expand Up @@ -263,6 +263,7 @@ Init the calendar::

>>> cal = Calendar()
>>> from datetime import datetime
>>> import pytz

Some properties are required to be compliant::

Expand Down

0 comments on commit f1f82e9

Please sign in to comment.