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

flake8

parent 31f2c298
No related branches found
No related tags found
No related merge requests found
Pipeline #2389 passed with stage
in 2 minutes and 58 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