Skip to content
Snippets Groups Projects

import cleanups

Merged Bert Palm requested to merge data_class_import into develop
  1. Feb 07, 2023
  2. Feb 02, 2023
  3. Feb 01, 2023
    • Bert Palm's avatar
      black, isort (🤦), reuse (🤦 🤦 🤦) · 3119a285
      Bert Palm authored
      3119a285
    • Bert Palm's avatar
      import cleanups: · 78fd3ed6
      Bert Palm authored
      - moved `saqc.core.register._isflagged` to `saqc.lib.tool.isflagged`
      - moved `saqc.core.{reader, visitor}` to `saqc.parsing.{reader, visitor}`
      - added `saqc.core.frame` module that acts as a bridge to out data-collection-class (currently `dios.DictOfSeries`)
      - removed all direct imports of `dios`
      - cleand up imports (always import from the highest possible level)
      - moved SimpleScheme from `saqc.core.basescheme.py` to new file `saqc.core.translation.simplescheme.py`
      - cleaned constants.py to only hold real constants
      78fd3ed6
Loading