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 5d87f85 commit 26079ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion khal/settings/khal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ default_color = color(default='')
# "low color mode" and foreground_high and background_high are used in "high
# color mode" and mono if only monocolor is supported. If you don't want to set
# a value for a certain color, use an empty string (`''`).
# Valid entries for low color mode are listed on the `urwid website
# Valid entries for low color mode are listed on the `urwid website
# <http://urwid.org/manual/displayattributes.html#standard-foreground-colors>`_. For
# high color mode you can use any valid 24-bit color value, e.g. `'#ff0000'`.
#
Expand Down
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 26079ee

Please sign in to comment.