Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Sep 4, 2024
1 parent 54bb0fa commit b6210eb
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
configuration for CLEO documentation made using Sphinx
"""


# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down
1 change: 0 additions & 1 deletion examples/bubble3d/bubble3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
piggyback ICON bubble test case
"""


import os
import sys
from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion examples/bubble3d/yac_bubble_data_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
output data and CLEO (e.g. for the bubble test case)
"""


#!/usr/bin/env python3

from yac import YAC, UnstructuredGrid, Field, Location, Calendar, TimeUnit, def_calendar
Expand Down
1 change: 0 additions & 1 deletion examples/fromfile/src/gen_input_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
for CLEO to run example with 3-D time-varying thermodynamics.
"""


import sys
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion examples/fromfile/src/plot_output_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
fromfile example.
"""


import numpy as np
import matplotlib.pyplot as plt
from matplotlib.gridspec import GridSpec
Expand Down
1 change: 0 additions & 1 deletion pySD/initsuperdropsbinary_src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
File Description:
"""


__all__ = [
"create_initsuperdrops",
"read_initsuperdrops",
Expand Down
1 change: 0 additions & 1 deletion pySD/thermobinary_src/create_thermodynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
File Description:
"""


import numpy as np
from os.path import isfile
from .. import cxx2py, readconfigfile, writebinary
Expand Down
1 change: 0 additions & 1 deletion pySD/writebinary.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
File Description:
"""


import numpy as np
import struct

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
Copyright (c) 2023 MPI-M, Clara Bayley
"""


from setuptools import setup, find_packages

setup(
Expand Down

0 comments on commit b6210eb

Please sign in to comment.