Manually import: from dagster_graphql.implementation.utils import capture_error
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
python_modules/dagster-graphql/dagster_graphql/implementation/utils.py | ||
---|---|---|
11 | I thought you preferred relative imports - not when they're inline? |
Comment Actions
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