Skip to content

Commit

Permalink
unused default implementation should use a valid signature
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 3, 2023
1 parent 58d02a3 commit 8e1be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/shadow_server.py
Expand Up @@ -5,7 +5,7 @@

from xpra.platform import platform_import

def ShadowServer(): # pragma: no cover
def ShadowServer(*args): # pragma: no cover
raise NotImplementedError()

platform_import(globals(), "shadow_server", True, "ShadowServer")

0 comments on commit 8e1be99

Please sign in to comment.