Skip to content

Commit 6200525

Browse files
committed
pep8 cleanup, undo an unnecessary change
1 parent 6cf1f87 commit 6200525

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

astroquery/atomic/core.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def query_object(self, wavelength_range=None, wavelength_type=None,
4343
'term', 'angm', 'prob',
4444
'ener'),
4545
cache=True,
46-
get_query_payload=False
47-
):
46+
get_query_payload=False):
4847
"""
4948
Queries Atomic Line List for the given parameters adnd returns the
5049
result as a `~astropy.table.Table`. All parameters are optional.
@@ -188,8 +187,7 @@ def query_object_async(self, wavelength_range=None, wavelength_type='',
188187
'term', 'angm', 'prob',
189188
'ener'),
190189
cache=True,
191-
get_query_payload=False
192-
):
190+
get_query_payload=False):
193191
"""
194192
Returns
195193
-------
@@ -251,7 +249,7 @@ def query_object_async(self, wavelength_range=None, wavelength_type='',
251249
'nmax': nmax,
252250
'term': multiplet,
253251
'type': _type,
254-
#'type2': type2,
252+
'type2': type2,
255253
'hydr': show_fine_structure,
256254
'auto': show_auto_ionizing_transitions,
257255
'form': output_columns,

0 commit comments

Comments
 (0)