Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 20, 2024
1 parent 6b2c53e commit 2227a5d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .mfsimulation import MFSimulation # isort:skip
from .mfsimulation import MFSimulation
from .mfchf import ModflowChf
from .mfchfcdb import ModflowChfcdb
from .mfchfchd import ModflowChfchd
Expand Down Expand Up @@ -118,6 +117,7 @@
from .mfprtoc import ModflowPrtoc
from .mfprtprp import ModflowPrtprp
from .mfpts import ModflowPts
from .mfsimulation import MFSimulation
from .mfswf import ModflowSwf
from .mfswfcdb import ModflowSwfcdb
from .mfswfchd import ModflowSwfchd
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class GncPackages(mfpackage.MFChildPackages):
GncPackages is a container class for the ModflowGnc class.
Methods
----------
-------
initialize
Initializes a new ModflowGnc package removing any sibling child
packages attached to the same parent package. See ModflowGnc init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwemve.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class GwemvePackages(mfpackage.MFChildPackages):
GwemvePackages is a container class for the ModflowGwemve class.
Methods
----------
-------
initialize
Initializes a new ModflowGwemve package removing any sibling child
packages attached to the same parent package. See ModflowGwemve init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class GwfgncPackages(mfpackage.MFChildPackages):
GwfgncPackages is a container class for the ModflowGwfgnc class.
Methods
----------
-------
initialize
Initializes a new ModflowGwfgnc package removing any sibling child
packages attached to the same parent package. See ModflowGwfgnc init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfmvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class GwfmvrPackages(mfpackage.MFChildPackages):
GwfmvrPackages is a container class for the ModflowGwfmvr class.
Methods
----------
-------
initialize
Initializes a new ModflowGwfmvr package removing any sibling child
packages attached to the same parent package. See ModflowGwfmvr init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtmvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class GwtmvtPackages(mfpackage.MFChildPackages):
GwtmvtPackages is a container class for the ModflowGwtmvt class.
Methods
----------
-------
initialize
Initializes a new ModflowGwtmvt package removing any sibling child
packages attached to the same parent package. See ModflowGwtmvt init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfmvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class MvrPackages(mfpackage.MFChildPackages):
MvrPackages is a container class for the ModflowMvr class.
Methods
----------
-------
initialize
Initializes a new ModflowMvr package removing any sibling child
packages attached to the same parent package. See ModflowMvr init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfmvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MvtPackages(mfpackage.MFChildPackages):
MvtPackages is a container class for the ModflowMvt class.
Methods
----------
-------
initialize
Initializes a new ModflowMvt package removing any sibling child
packages attached to the same parent package. See ModflowMvt init
Expand Down
1 change: 1 addition & 0 deletions flopy/mf6/modflow/mfsimulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# FILE created on December 20, 2024 02:43:08 UTC
import os
from typing import Union

from .. import mfsimbase


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutlats.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class UtlatsPackages(mfpackage.MFChildPackages):
UtlatsPackages is a container class for the ModflowUtlats class.
Methods
----------
-------
initialize
Initializes a new ModflowUtlats package removing any sibling child
packages attached to the same parent package. See ModflowUtlats init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutlncf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class UtlncfPackages(mfpackage.MFChildPackages):
UtlncfPackages is a container class for the ModflowUtlncf class.
Methods
----------
-------
initialize
Initializes a new ModflowUtlncf package removing any sibling child
packages attached to the same parent package. See ModflowUtlncf init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutlobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class UtlobsPackages(mfpackage.MFChildPackages):
UtlobsPackages is a container class for the ModflowUtlobs class.
Methods
----------
-------
initialize
Initializes a new ModflowUtlobs package removing any sibling child
packages attached to the same parent package. See ModflowUtlobs init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutltas.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class UtltasPackages(mfpackage.MFChildPackages):
UtltasPackages is a container class for the ModflowUtltas class.
Methods
----------
-------
initialize
Initializes a new ModflowUtltas package removing any sibling child
packages attached to the same parent package. See ModflowUtltas init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutlts.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class UtltsPackages(mfpackage.MFChildPackages):
UtltsPackages is a container class for the ModflowUtlts class.
Methods
----------
-------
initialize
Initializes a new ModflowUtlts package removing any sibling child
packages attached to the same parent package. See ModflowUtlts init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutltvk.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class UtltvkPackages(mfpackage.MFChildPackages):
UtltvkPackages is a container class for the ModflowUtltvk class.
Methods
----------
-------
initialize
Initializes a new ModflowUtltvk package removing any sibling child
packages attached to the same parent package. See ModflowUtltvk init
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfutltvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class UtltvsPackages(mfpackage.MFChildPackages):
UtltvsPackages is a container class for the ModflowUtltvs class.
Methods
----------
-------
initialize
Initializes a new ModflowUtltvs package removing any sibling child
packages attached to the same parent package. See ModflowUtltvs init
Expand Down

0 comments on commit 2227a5d

Please sign in to comment.