You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os.environ["PROXIMA_VERSION"] =__version__os.environ["PROXIMA_VC_KEY"] =f"{_semver.major}.{_semver.minor}"# TODO: Fix fragile relative imports# This import order really matters!# isort is configured not to touch __init__ files# but this is fragile and should be fixedfromproxima.cliimportmainasclifrom .appimportcorefrom .celeryimportsharedfrom .appimportchecksfrom .appimportexceptionsfrom .appimportresolvefrom .app.linkimportProxyLinker
eddfdddff8eea48d90a0d0393c6f7863cf2ff58c
The text was updated successfully, but these errors were encountered:
Fix fragile relative imports
This import order really matters!
isort is configured not to touch init files
but this is fragile and should be fixed
proxima/src/proxima/__init__.py
Line 12 in b783acc
eddfdddff8eea48d90a0d0393c6f7863cf2ff58c
The text was updated successfully, but these errors were encountered: