Skip to content

Commit 3e329f3

Browse files
committed
Whitespace fixes
1 parent 1d53590 commit 3e329f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esa/xmm_newton/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ def get_epic_metadata(self, *, target_name=None,
447447
The coordinates of the target in a SkyCoord object
448448
radius : float, optional, default None
449449
The radius to query the target in degrees
450+
450451
Returns
451452
-------
452453
epic_source, cat_4xmm, stack_4xmm, slew_source : `~astropy.table.Table` objects
@@ -507,5 +508,4 @@ def get_epic_metadata(self, *, target_name=None,
507508
return epic_source_table, cat_4xmm_table, stack_4xmm_table, slew_source_table
508509

509510

510-
511511
XMMNewton = XMMNewtonClass()

0 commit comments

Comments
 (0)