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

flake8

parent 493fa4b5
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
import unittest import unittest
import math import math
from sohstationviewer.model.gps_point import GPSPoint
from sohstationviewer.model.mseed.mseed import MSeed from sohstationviewer.model.mseed.mseed import MSeed
...@@ -164,5 +163,3 @@ class TestExtractGPSPointQ330(unittest.TestCase): ...@@ -164,5 +163,3 @@ class TestExtractGPSPointQ330(unittest.TestCase):
self.assertEqual(result.latitude, 0) self.assertEqual(result.latitude, 0)
self.assertEqual(result.longitude, 0) self.assertEqual(result.longitude, 0)
self.assertEqual(result.num_satellite_used, 0) self.assertEqual(result.num_satellite_used, 0)
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