We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394cb3c commit 70aab15Copy full SHA for 70aab15
src/curategpt/agents/concept_recognition_agent.py
@@ -1,7 +1,7 @@
1
"""Annotation (Concept Recognition) in texts."""
2
3
-import re
4
import logging
+import re
5
from dataclasses import dataclass
6
from enum import Enum
7
from typing import Dict, List, Optional, Tuple
0 commit comments