Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 14, 2022
1 parent 902b94e commit b12a36a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
import tempfile
import time
from pathlib import Path
from typing import Literal, Sequence
from typing import Literal

import wandb

from psycop_feature_generation.utils import RELATIVE_PROJECT_ROOT, SHARED_RESOURCES_PATH
from timeseriesflattener.feature_spec_objects import BaseModel, PredictorSpec
from timeseriesflattener.feature_spec_objects import ( # pylint: disable=no-name-in-module
BaseModel,
)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit b12a36a

Please sign in to comment.