Page MenuHomeElementl

Fix circular import
ClosedPublic

Authored by max on Jul 2 2021, 6:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 16, 10:11 PM
Unknown Object (File)
Sun, May 14, 10:28 AM
Unknown Object (File)
Tue, May 9, 5:13 PM
Unknown Object (File)
Sat, May 6, 1:00 PM
Unknown Object (File)
Apr 29 2023, 8:31 AM
Unknown Object (File)
Apr 12 2023, 1:46 AM
Unknown Object (File)
Apr 3 2023, 9:31 AM
Unknown Object (File)
Apr 2 2023, 7:22 AM
Subscribers
None

Details

Test Plan

Manually import: from dagster_graphql.implementation.utils import capture_error

Diff Detail

Repository
R1 dagster
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dgibson added inline comments.
python_modules/dagster-graphql/dagster_graphql/implementation/utils.py
11

I thought you preferred relative imports - not when they're inline?

This revision is now accepted and ready to land.Jul 2 2021, 6:12 PM

i think this is marginal -- it is really expected to be imported after the package so there's a case for making it absolute. i am just following the existing pattern later in this file though

This revision was landed with ongoing or failed builds.Jul 2 2021, 7:33 PM
Closed by commit R1:6c351f358831: Fix circular import (authored by max). · Explain Why
This revision was automatically updated to reflect the committed changes.