Skip to content

Commit 15eb17a

Browse files
Nuclear MarmaladeNuclear Marmalade
authored andcommitted
Fix import sorting for CI lint
1 parent a0fec9c commit 15eb17a

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

forge/adapters/ollama.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import logging
6-
from forge.errors import AdapterError
76
from typing import Any, Dict, List, Optional
87

98
import httpx

forge/db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
import json
99
import logging
1010
import threading
11-
12-
from forge.errors import DatabaseError, TransactionError
1311
from contextlib import contextmanager
1412
from typing import Any, Dict, List, Optional, Tuple, Union
1513

14+
from forge.errors import DatabaseError
15+
1616
logger = logging.getLogger("forge.db")
1717

1818
# Schema definitions and backend classes live in db_schema.py

forge/enrichment/pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import asyncio
99
import json
1010
import logging
11-
from forge.errors import EnrichmentError
1211
import threading
1312
import time
1413
from dataclasses import dataclass

0 commit comments

Comments
 (0)