fix linting and other ci errors
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run safety vulnerability check
|
||||
run: uv run safety check --json --output safety-report.json
|
||||
run: uv run safety check --json --save-json safety-report.json
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload security reports
|
||||
|
@@ -1,8 +1,8 @@
|
||||
import json
|
||||
import uuid
|
||||
import base64
|
||||
from typing import List, Union
|
||||
from ..models.schemas import Document, ProcessedData
|
||||
from typing import List
|
||||
from ..models.schemas import Document
|
||||
|
||||
|
||||
class NDJSONParser:
|
||||
|
@@ -1,6 +1,5 @@
|
||||
from abc import ABC, abstractmethod
|
||||
import numpy as np
|
||||
from typing import Optional, Tuple
|
||||
from sklearn.decomposition import PCA
|
||||
import umap
|
||||
from openTSNE import TSNE
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from typing import List, Optional, Any, Dict
|
||||
from typing import List, Optional
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
import numpy as np
|
||||
from dash import callback, Input, Output, State
|
||||
from ...data.processor import DataProcessor
|
||||
|
||||
|
Reference in New Issue
Block a user