Skip to content

Commit

Permalink
refactor(layout): update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Aug 16, 2024
1 parent 08f656f commit 6386de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qtile_bonsai/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
import pathlib
import re
import tempfile
from collections.abc import Sequence
from datetime import datetime
from typing import Any, Callable, ClassVar, Sequence
from typing import Any, Callable, ClassVar

from libqtile import hook
from libqtile.backend.base.window import Window
Expand Down

0 comments on commit 6386de6

Please sign in to comment.