Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 30, 2018
1 parent 910ba2c commit 1961107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georinex/nav3.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def rinexnav3(fn: Path, tlim: Tuple[datetime, datetime]=None) -> xarray.Dataset:

svs = []
raws = []
svtypes = []
svtypes: List[str] = []
fields: Dict[str, List[str]] = {}
times: List[datetime] = []

Expand Down

0 comments on commit 1961107

Please sign in to comment.