We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa466a3 commit 628f673Copy full SHA for 628f673
astroquery/jplhorizons/tests/test_jplhorizons.py
@@ -39,7 +39,7 @@ def nonremote_request(self, request_type, url, **kwargs):
39
'ELEMENTS': 'elements',
40
'VECTORS': 'vectors'}[kwargs['params']['EPHEM_TYPE']]
41
42
- if ('TLIST' in kwargs['params']):
+ if 'TLIST' in kwargs['params']:
43
query_type += '-single'
44
elif ('START_TIME' in kwargs['params']
45
and 'STOP_TIME' in kwargs['params']
0 commit comments