Skip to content

Commit 560688f

Browse files
committed
Fix lint
1 parent 23da76c commit 560688f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/ical2jcal/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
from typing import Annotated
55

66
from icalendar import Calendar, JCalParsingError
7-
import typer
8-
from rich.console import Console
97
from rich.console import Console
8+
import typer
109

1110
err_console = Console(stderr=True)
1211
ical2jcal = typer.Typer(add_completion=False)

tests/test_jcal2ical.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21

32
from icalendar import Calendar
43
import pytest

0 commit comments

Comments
 (0)