Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Oct 23, 2023
1 parent 5614099 commit 2b4f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/ellips/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
import os
from typing import Tuple, Any
import math
from importlib.metadata import version
import yaml
import pandas as pd
import numpy as np
from importlib.metadata import version
from pynxtools.dataconverter.readers.base.reader import BaseReader
from pynxtools.dataconverter.readers.ellips.mock import MockEllips
from pynxtools.dataconverter.helpers import extract_atom_types
Expand Down

0 comments on commit 2b4f7f3

Please sign in to comment.