Skip to content

Commit 321459e

Browse files
authored
STY: PEP8 fixes post PR merge (#1733)
1 parent d4373e2 commit 321459e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/plotting/plot_max_cappi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,4 @@ def download_nexrad(timezone, date, site, local_date=False):
106106
# Create a grid display
107107
gdisplay = pyart.graph.GridMapDisplay(grid)
108108
with plt.style.context("dark_background"):
109-
gdisplay.plot_maxcappi(
110-
field="reflectivity", cmap="HomeyerRainbow", add_slogan=True
111-
)
109+
gdisplay.plot_maxcappi(field="reflectivity", cmap="HomeyerRainbow", add_slogan=True)

0 commit comments

Comments
 (0)