-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1096 from akrherz/250203-2
📝 Sundry updates per review
- Loading branch information
Showing
19 changed files
with
77 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/afos/retrieve.py""" | ||
|
||
from iemweb.afos.retrieve import application # noqa: F401 | ||
from iemweb.afos.retrieve import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/climate/orc.py""" | ||
|
||
from iemweb.climate.orc import application # noqa | ||
from iemweb.climate.orc import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/getweather.py""" | ||
|
||
from iemweb.getweather import application # noqa: F401 | ||
from iemweb.getweather import application | ||
|
||
# Appease the linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/precip/catAZOS.py""" | ||
|
||
from iemweb.precip.catAZOS import application # noqa: F401 | ||
from iemweb.precip.catAZOS import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/precip/catSNET.py""" | ||
|
||
from iemweb.precip.catSNET import application # noqa: F401 | ||
from iemweb.precip.catSNET import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at pylib/iemweb/precip/snetRates.py""" | ||
|
||
from iemweb.precip.snetRates import application # noqa: F401 | ||
from iemweb.precip.snetRates import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""implemented in /pylib/iemweb/request/asos.py""" | ||
|
||
from iemweb.request.asos import application # noqa: F401 | ||
from iemweb.request.asos import application | ||
|
||
# Appease the linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at /pylib/iemweb/autoplot/autoplot.py""" | ||
|
||
from iemweb.autoplot.autoplot import application # noqa: F401 | ||
from iemweb.autoplot.autoplot import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at /pylib/iemweb/autoplot/gen_qrcode.py""" | ||
|
||
from iemweb.autoplot.gen_qrcode import application # noqa: F401 | ||
from iemweb.autoplot.gen_qrcode import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at /pylib/iemweb/autoplot/index.py""" | ||
|
||
from iemweb.autoplot.index import application # noqa: F401 | ||
from iemweb.autoplot.index import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
"""Implementation at /pylib/iemweb/autoplot/meta.py""" | ||
|
||
from iemweb.autoplot.meta import application # noqa: F401 | ||
from iemweb.autoplot.meta import application | ||
|
||
# Appease linter | ||
_ = application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters