Skip to content

Commit

Permalink
forgot to also re-add the import..
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 27, 2023
1 parent eb2f5f9 commit 1b321ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/x11/bindings/window.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

from typing import Any, Optional, Tuple, List
from typing import Any, Optional, Tuple, List, Dict
from xpra.gtk_common.error import XError

from xpra.x11.bindings.xlib cimport (
Expand Down

0 comments on commit 1b321ea

Please sign in to comment.