Skip to content

Commit

Permalink
make it pass ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Feb 28, 2024
1 parent d3a9df8 commit 16b1051
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest
from dagster import build_op_context

from dagster_wandb import wandb_resource
from dagster_wandb.launch.ops import raise_on_invalid_config, run_launch_agent, run_launch_job

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest

from dagster_wandb.utils.errors import (
WandbArtifactsIOManagerError,
raise_on_empty_configuration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
build_input_context,
build_output_context,
)
from wandb import Artifact

from dagster_wandb import (
WandbArtifactsIOManagerError,
wandb_artifacts_io_manager,
wandb_resource,
)
from wandb import Artifact

DAGSTER_RUN_ID = "unit-testing"
DAGSTER_RUN_ID_SHORT = DAGSTER_RUN_ID[0:8]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest
from dagster import build_output_context

from dagster_wandb.utils.pickling import pickle_artifact_content


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from unittest.mock import patch

from dagster import build_init_resource_context

from dagster_wandb.resources import WANDB_CLOUD_HOST, wandb_resource

API_KEY = "api_key"
Expand Down
2 changes: 0 additions & 2 deletions python_modules/libraries/dagster-wandb/pyproject.toml

This file was deleted.

0 comments on commit 16b1051

Please sign in to comment.