Skip to content

Commit 628f673

Browse files
committed
Remove parentheses.
1 parent aa466a3 commit 628f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/jplhorizons/tests/test_jplhorizons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def nonremote_request(self, request_type, url, **kwargs):
3939
'ELEMENTS': 'elements',
4040
'VECTORS': 'vectors'}[kwargs['params']['EPHEM_TYPE']]
4141

42-
if ('TLIST' in kwargs['params']):
42+
if 'TLIST' in kwargs['params']:
4343
query_type += '-single'
4444
elif ('START_TIME' in kwargs['params']
4545
and 'STOP_TIME' in kwargs['params']

0 commit comments

Comments
 (0)