Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Jul 24, 2024
1 parent 5f9c43c commit 5df58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy4/array.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import re
from enum import Enum
from io import StringIO
from pathlib import Path
from typing import Optional

import numpy as np
import re
from flopy.utils.flopy_io import line_strip, multi_line_strip

from flopy4.constants import CommonNames
Expand Down

0 comments on commit 5df58df

Please sign in to comment.