Black+isort, layers, vz in sws_npz
This commit is contained in:
parent
ce3de3f932
commit
934b391e59
5 changed files with 49 additions and 25 deletions
|
|
@ -3,12 +3,11 @@ import configparser
|
|||
import logging
|
||||
import pathlib
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import matplotlib.animation as animation
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser(description="Animate swash output")
|
||||
parser.add_argument("-v", "--verbose", action="count", default=0)
|
||||
args = parser.parse_args()
|
||||
|
|
|
|||
Reference in a new issue