Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Sep 12, 2023
1 parent f41ed41 commit 50da185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pynxtools/dataconverter/readers/rii_database/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#
"""Convert refractiveindex.info yaml files to nexus"""
from typing import Tuple, Any, Dict
import logging

from pynxtools.dataconverter.readers.json_yml.reader import YamlJsonReader
from pynxtools.dataconverter.readers.rii_database.dispersion_reader import (
Expand Down
3 changes: 1 addition & 2 deletions pynxtools/dataconverter/readers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
#
"""Utility functions for the NeXus reader classes."""
import logging
from typing import Tuple
from dataclasses import dataclass, replace
from typing import List, Any, Dict, Optional
from typing import List, Any, Dict, Optional, Tuple
from collections.abc import Mapping
import json
import yaml
Expand Down

0 comments on commit 50da185

Please sign in to comment.