refactor(data-extraction): Move date_to_iso function to string_tools

This commit is contained in:
TrisNol
2023-09-23 10:51:54 +02:00
parent 77f08cd901
commit 1e23a8d5a3
5 changed files with 33 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
"""Testing utisl/data_extraction/unternehmensregister/extract.py."""
import os
from tempfile import TemporaryDirectory