fix(flake8):

This commit is contained in:
Alexander Myasoedov
2024-10-12 15:26:34 +03:00
parent 12695cb71a
commit ad683e99ae
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -55,12 +55,6 @@ repos:
language_version: python3
- repo: https://github.com/myint/docformatter
rev: v1.4
hooks:
- id: docformatter
args: [--in-place]
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
-1
View File
@@ -2,7 +2,6 @@ import os
from typing import AsyncGenerator
import httpx
import numpy as np
import pandas as pd
from loguru import logger
from pydantic import BaseModel