Skip to content

Commit

Permalink
fix import placement in ih
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed Jan 18, 2024
1 parent 29e8073 commit 7bce50b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracex/extraction/prototype/input_handling.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Module providing functions for converting text to CSV."""
import pandas as pd
from datetime import datetime

import pandas as pd

from . import utils as u
from . import prompts as p

Expand Down

0 comments on commit 7bce50b

Please sign in to comment.