Skip to content

Commit

Permalink
fixup 5995d0e: pyupgrade messed this one up
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 21, 2023
1 parent 7cda1ac commit 04ddbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/posix/menu_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import glob
from time import monotonic
from contextlib import nullcontext
from typing import Any as generator #@UnresolvedImport, @UnusedImport
from typing import Any
from collections.abc import Generator as generator

from xpra.util import envbool, first_time
Expand Down

0 comments on commit 04ddbd7

Please sign in to comment.