Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2023
1 parent ead99bc commit ff0a033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions khal/ui/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

import datetime as dt
from typing import Callable, Dict, List, Literal, Optional, Tuple
from typing import TYPE_CHECKING, Callable, Dict, List, Literal, Optional, Tuple

import urwid

Expand All @@ -43,7 +43,6 @@
button,
)

from typing import TYPE_CHECKING
if TYPE_CHECKING:
import khal.khalendar.event

Expand Down

0 comments on commit ff0a033

Please sign in to comment.