Skip to content

Commit

Permalink
Merge pull request #1 from dagster-io/15170-ruff
Browse files Browse the repository at this point in the history
fix lint for #15170
  • Loading branch information
chrishiste authored Jul 27, 2023
2 parents b8fe716 + ce11ab4 commit f329dcd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
io_manager,
)
from dagster._core.storage.io_manager import dagster_maintained_io_manager

from wandb import Artifact
from wandb.data_types import WBValue

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from dagster import OpExecutionContext, op

from wandb.sdk.launch import launch
from wandb.sdk.launch.launch_add import launch_add

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from typing import Any, Dict

import wandb
from dagster import Field, InitResourceContext, String, StringSource, resource
from dagster._core.definitions.resource_definition import dagster_maintained_resource

import wandb
from wandb.sdk.internal.internal_api import Api

WANDB_CLOUD_HOST: str = "https://api.wandb.ai"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from unittest.mock import ANY, MagicMock, patch

import pytest
import wandb
from callee import EndsWith, Regex
from dagster import (
AssetKey,
Expand All @@ -18,8 +19,6 @@
wandb_artifacts_io_manager,
wandb_resource,
)

import wandb
from wandb import Artifact

DAGSTER_RUN_ID = "unit-testing"
Expand Down

0 comments on commit f329dcd

Please sign in to comment.