Cleaned up import statements and comment out path append operations

This commit is contained in:
2024-10-10 14:27:50 +02:00
parent 7d94ce29dd
commit ea82af2cd5
5 changed files with 22 additions and 24 deletions

View File

@ -1,7 +1,4 @@
import os
import numpy as np
import pandas as pd
import collections
from igor2.binarywave import load as loadibw
def read_xps_ibw_file_as_dict(filename):