Skip to content

Commit 08616ab

Browse files
just1602WhyNotHugo
authored andcommitted
Add typing annotation to cli/__init__.py
1 parent 4237ff8 commit 08616ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdirsyncer/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def inner(*a, **kw):
4545
@click.option("--config", "-c", metavar="FILE", help="Config file to use.")
4646
@pass_context
4747
@catch_errors
48-
def app(ctx, config):
48+
def app(ctx, config: str):
4949
"""
5050
Synchronize calendars and contacts
5151
"""

0 commit comments

Comments
 (0)