Skip to content
Snippets Groups Projects
Commit e055b075 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Follow PEP 8 - Code lay-out - Imports

parent 34424ccd
No related branches found
No related tags found
No related merge requests found
...@@ -192,11 +192,12 @@ def plot_grid_points(grid_nml, window, ax, src_crs): ...@@ -192,11 +192,12 @@ def plot_grid_points(grid_nml, window, ax, src_crs):
if __name__ == "__main__": if __name__ == "__main__":
import matplotlib.pyplot as plt
import argparse
import f90nml
from os import path from os import path
import sys import sys
import argparse
import matplotlib.pyplot as plt
import f90nml
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("-d", "--date", type=int, help="date index") parser.add_argument("-d", "--date", type=int, help="date index")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment