Skip to content
Snippets Groups Projects
Commit ccb627bf authored by Kien Le's avatar Kien Le
Browse files

flake8

parent 53de4890
No related branches found
No related tags found
1 merge request!95Add RT130 experiment number to file info widget
Pipeline #2414 passed with stage
in 2 minutes and 48 seconds
This commit is part of merge request !95. Comments created here will be created in the context of that merge request.
from typing import Union, Dict, List, Set, Tuple
from PySide2.QtWidgets import QTextBrowser
from sohstationviewer.controller.plotting_data import format_time
from sohstationviewer.model.data_type_model import DataTypeModel
from sohstationviewer.model.mseed.mseed import MSeed
......@@ -10,7 +8,8 @@ from sohstationviewer.view.util.functions import extract_netcodes
def extract_data_set_info(data_obj: Union[DataTypeModel, RT130, MSeed],
date_format: str) -> Dict[str, Union[str, List[str]]]:
date_format: str
) -> Dict[str, Union[str, List[str]]]:
"""
Extract information about a data set. The extracted information includes:
- Sources read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment