diff options
| author | J08nY | 2025-02-28 15:46:16 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-28 15:46:16 +0100 |
| commit | 7cef30b97e853b9e4bdafe897633fbc871cd7b5e (patch) | |
| tree | 8487de3b8de2f35ff3f191150bc8d2523f86fd76 /src/sec_certs/model | |
| parent | 27a3c81fe6bef8765098a40325f2cf420f41077c (diff) | |
| download | sec-certs-7cef30b97e853b9e4bdafe897633fbc871cd7b5e.tar.gz sec-certs-7cef30b97e853b9e4bdafe897633fbc871cd7b5e.tar.zst sec-certs-7cef30b97e853b9e4bdafe897633fbc871cd7b5e.zip | |
Add annotations import everywhere.
Diffstat (limited to 'src/sec_certs/model')
| -rw-r--r-- | src/sec_certs/model/references_nlp/evaluation.py | 2 | ||||
| -rw-r--r-- | src/sec_certs/model/references_nlp/feature_extraction.py | 2 | ||||
| -rw-r--r-- | src/sec_certs/model/references_nlp/training.py | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/sec_certs/model/references_nlp/evaluation.py b/src/sec_certs/model/references_nlp/evaluation.py index ed3b2700..296de790 100644 --- a/src/sec_certs/model/references_nlp/evaluation.py +++ b/src/sec_certs/model/references_nlp/evaluation.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import logging from pathlib import Path from typing import Literal diff --git a/src/sec_certs/model/references_nlp/feature_extraction.py b/src/sec_certs/model/references_nlp/feature_extraction.py index 996972d7..c8a04acf 100644 --- a/src/sec_certs/model/references_nlp/feature_extraction.py +++ b/src/sec_certs/model/references_nlp/feature_extraction.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import itertools import logging import re diff --git a/src/sec_certs/model/references_nlp/training.py b/src/sec_certs/model/references_nlp/training.py index e0abe94f..8d3a7046 100644 --- a/src/sec_certs/model/references_nlp/training.py +++ b/src/sec_certs/model/references_nlp/training.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import logging import os |
