Skip to content

Commit e76a3d2

Browse files
committed
lint
1 parent 7315816 commit e76a3d2

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/autointent/_wrappers/embedder/sentence_transformers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import json
43
import json
54
import logging
65
import tempfile

src/autointent/modules/scoring/_gcn/gcn_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import annotations
22

33
import json
4-
from typing import TYPE_CHECKING
54
from pathlib import Path
5+
from typing import TYPE_CHECKING
66

77
import torch
88
from pydantic import BaseModel

tests/context/test_vector_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import sys
43
import sys
54
import tempfile
65
import uuid

tests/embedder/test_memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from typing import TYPE_CHECKING
44

5-
import numpy as np
65
import numpy as np
76
import pytest
87

0 commit comments

Comments
 (0)