Skip to content

Commit

Permalink
Fix lint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Oct 15, 2024
1 parent 39d1634 commit 803ecd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ class Conf(ConfigNamespace):
)
eso_EFOSC2_i_file = ConfigItem(
"comp/eso/ESO_EFOSC2_i.dat",
"ESO/EFOSC2 i"
"ESO/EFOSC2 i",
# The file below has duplicate entries, which breaks synphot
# "http://svo2.cab.inta-csic.es/theory/fps/getdata.php?format=ascii&id=ESO/ESO.0705", "ESO/EFOSC2 i"
)
eso_EFOSC2_z_file = ConfigItem(
"comp/eso/ESO_EFOSC2_z.dat",
"ESO/EFOSC2 z"
"ESO/EFOSC2 z",
# The file below has duplicate entries, which breaks synphot
# "http://svo2.cab.inta-csic.es/theory/fps/getdata.php?format=ascii&id=ESO/ESO.0623", "ESO/EFOSC2 z"
)
Expand Down

0 comments on commit 803ecd3

Please sign in to comment.