Skip to content

Commit

Permalink
Merge pull request #54 from callumrollo/callum-patch-7
Browse files Browse the repository at this point in the history
disable flake8 check on long url line
  • Loading branch information
callumrollo authored Aug 11, 2021
2 parents f01d70b + 0cee02b commit 5bbcd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gliderpy/servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"National Glider Data Assembly Center": "https://gliders.ioos.us/erddap",
"NGDAC": "https://gliders.ioos.us/erddap",
"IOOS": "https://gliders.ioos.us/erddap",
"Ocean Observatories Initiative": "https://erddap.dataexplorer.oceanobservatories.org/erddap/index.html",
"Ocean Observatories Initiative": "https://erddap.dataexplorer.oceanobservatories.org/erddap/index.html", # noqa
"OOI": "https://erddap.dataexplorer.oceanobservatories.org/erddap/index.html",
"Institut français de recherche pour l'exploitation de la mer": "https://www.ifremer.fr/erddap",
"ifremer": "https://www.ifremer.fr/erddap",
Expand Down

0 comments on commit 5bbcd92

Please sign in to comment.