From 5e9a9b303979141f31aeb4e81e9316302606594d Mon Sep 17 00:00:00 2001
From: kienle <kienle@passcal.nmt.edu>
Date: Mon, 27 Mar 2023 15:16:59 -0600
Subject: [PATCH] flake8

---
 .../view/file_information/get_file_information.py            | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sohstationviewer/view/file_information/get_file_information.py b/sohstationviewer/view/file_information/get_file_information.py
index fe613c87c..6f61daa06 100644
--- a/sohstationviewer/view/file_information/get_file_information.py
+++ b/sohstationviewer/view/file_information/get_file_information.py
@@ -1,7 +1,5 @@
 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
-- 
GitLab