Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 17, 2025
1 parent 8d905d3 commit 793172a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distribution/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@

import pytest
from benchmark import run_benchmarks
from flaky import flaky
from modflow_devtools.build import meson_build
from modflow_devtools.download import (
download_and_unzip,
get_release,
)
from modflow_devtools.markers import no_parallel, requires_exe, requires_github
from modflow_devtools.markers import no_parallel, requires_exe
from modflow_devtools.misc import run_cmd, run_py_script, set_dir

from utils import assert_match, convert_line_endings, get_project_root_path, glob, match
Expand Down

0 comments on commit 793172a

Please sign in to comment.