Skip to content

Commit

Permalink
fix import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Mar 5, 2024
1 parent 61c6975 commit 95384b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynxtools_xps/file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from typing import List, Dict

from pynxtools_xps.sle.sle_specs import SleMapperSpecs
from pynxtools_xps.slh.metadata_specs import CsvMapperSpecs
from pynxtools_xps.slh.metadata_specs import SlhMapperSpecs
from pynxtools_xps.metadata_specs import CsvMapperSpecs
from pynxtools_xps.metadata_specs import SlhMapperSpecs
from pynxtools_xps.txt.txt_scienta import TxtMapperScienta

# from pynxtools_xps.txt.txt_specs import TxtMapperSpecs
Expand Down

0 comments on commit 95384b9

Please sign in to comment.