Skip to content

Commit

Permalink
update u12
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-philippe committed Feb 5, 2025
1 parent 5d5c1ba commit a4f5fc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/prefect/indicators/usage/u12.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from typing import List
from uuid import UUID

import numpy as np
import numpy as np # type: ignore
import pandas as pd # type: ignore
from prefect import flow, runtime, task
from prefect.futures import wait
from prefect.task_runners import ThreadPoolTaskRunner
from sqlalchemy.engine import Connection
from prefect.futures import wait # type: ignore
from prefect.task_runners import ThreadPoolTaskRunner # type: ignore
from sqlalchemy.engine import Connection # type: ignore

from ..conf import settings
from ..models import Indicator, IndicatorTimeSpan, Level
Expand Down

0 comments on commit a4f5fc9

Please sign in to comment.