Skip to content

Commit

Permalink
Apply ruff reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Apr 15, 2024
1 parent 956a478 commit d3d5a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pynxtools_mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# limitations under the License.
#
"""MPES reader implementation for the DataConverter."""

import errno
import os
from functools import reduce
Expand Down
1 change: 1 addition & 0 deletions tests/test_reader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Basic example based test for the stm reader
"""

import logging
import os
import xml.etree.ElementTree as ET
Expand Down

0 comments on commit d3d5a30

Please sign in to comment.