tell mypy to ignore the lack of types for ephem module
This commit is contained in:
parent
ace517c482
commit
f63b4d6b08
|
@ -3,7 +3,7 @@
|
|||
import typing
|
||||
from datetime import datetime
|
||||
|
||||
import ephem
|
||||
import ephem # type: ignore
|
||||
|
||||
|
||||
def bristol() -> ephem.Observer:
|
||||
|
|
Loading…
Reference in a new issue