Skip to content

Commit

Permalink
ruff after update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 10, 2024
1 parent 260567b commit 068c4ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modflow_devtools/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import socket
import sys
import traceback
from _warnings import warn
from ast import literal_eval
from contextlib import contextmanager
from functools import wraps
Expand All @@ -16,8 +17,6 @@
from urllib import request
from urllib.error import URLError

from _warnings import warn


@contextmanager
def set_dir(path: PathLike):
Expand Down

0 comments on commit 068c4ec

Please sign in to comment.