mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(flake8):
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user