Skip to content

Commit 25caf2c

Browse files
committed
remove unused imports
1 parent 701c319 commit 25caf2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gnss_lib_py/parsers/rinex_obs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
__authors__ = "Ashwin Kanhere"
44
__date__ = "26 July 2023"
55

6+
from datetime import timezone
7+
68
import numpy as np
7-
import pandas as pd
89
import georinex as gr
9-
from datetime import timezone, datetime
1010

1111
from gnss_lib_py.parsers.navdata import NavData
1212
import gnss_lib_py.utils.constants as consts

0 commit comments

Comments
 (0)