Skip to content

Commit

Permalink
missing import for type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 12, 2024
1 parent ba1c6f1 commit 1563ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/x11/bindings/xi2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# later version. See the file COPYING for details.

import struct
from typing import Dict
from collections import deque

from xpra.log import Logger
Expand Down

0 comments on commit 1563ae0

Please sign in to comment.