Skip to content

Commit 70aab15

Browse files
committed
Import sort fix
1 parent 394cb3c commit 70aab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/curategpt/agents/concept_recognition_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Annotation (Concept Recognition) in texts."""
22

3-
import re
43
import logging
4+
import re
55
from dataclasses import dataclass
66
from enum import Enum
77
from typing import Dict, List, Optional, Tuple

0 commit comments

Comments
 (0)