Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid syntax #12

Open
ManojINaik opened this issue Sep 20, 2024 · 0 comments
Open

invalid syntax #12

ManojINaik opened this issue Sep 20, 2024 · 0 comments

Comments

@ManojINaik
Copy link

Traceback (most recent call last):
File "C:\Users\manoj\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\manoj\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "M:\tools\Simple-XSS\simplexss_main
.py", line 7, in
import simplexss.api
File "M:\tools\Simple-XSS\simplexss_init
.py", line 1, in
from simplexss.core.ui import gui, cli
File "M:\tools\Simple-XSS\simplexss\core\ui\gui_init.py", line 1, in
from .gui import GUI
File "M:\tools\Simple-XSS\simplexss\core\ui\gui\gui.py", line 3, in
from simplexss.core.containers import CoreContainer
File "M:\tools\Simple-XSS\simplexss\core\containers.py", line 4, in
from simplexss.core.transports import TransportServiceFactory
File "M:\tools\Simple-XSS\simplexss\core\transports_init_.py", line 1, in
from .types import (
File "M:\tools\Simple-XSS\simplexss\core\transports\types.py", line 16
type Endpoint = Callable[[BaseClient, BaseEvent], Coroutine | BaseEvent | any | None]
^^^^^^^^
SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant