Skip to content

Commit 04c211e

Browse files
Kraysentbsipocz
authored andcommitted
remove UCD formatter
1 parent 026b051 commit 04c211e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def _args_to_payload(self, *args, **kwargs):
689689
for (key, value) in center.items():
690690
body[key] = value
691691
# add column metadata: name, unit, UCD1+, and description
692-
body["-out.meta"] = "huUD"
692+
body["-out.meta"] = "huD"
693693
# merge tables when a list is queried against a single catalog
694694
body["-out.form"] = "mini"
695695
# computed position should always be in decimal degrees

0 commit comments

Comments
 (0)