qutebrowser/qutebrowser/api
toofar 1dba77ddb3 Stringify type hint to avoid circular import
Reproducers:

    python3 -c 'from qutebrowser.extensions import loader'
    python3 -c 'import qutebrowser.commands.command'

Specifically the first on was being called from misc/qutebrowser.spec in
the nightly installer build jobs.

Running the full application still works fine somehow. So it might be
possible to import things in the right order to avoid the loop. But
since this is part of our API we probably don't want to require too much
juggling.
2023-08-12 17:20:40 +12:00
..
__init__.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
apitypes.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
cmdutils.py Stringify type hint to avoid circular import 2023-08-12 17:20:40 +12:00
config.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
downloads.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
hook.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
interceptor.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
message.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
qtutils.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00