Skip to content

Commit

Permalink
Merge pull request #1823 from UlrichB22/rm_subprocess
Browse files Browse the repository at this point in the history
Remove obsolete SubProcess.py
  • Loading branch information
UlrichB22 authored Dec 15, 2024
2 parents 267c839 + db4efb6 commit 0906e7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 210 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ unfixable = []
[tool.ruff.lint.per-file-ignores]
"scripts/coding_std.py" = ["E713"]
"docs/conf.py" = ["F401"] # sphinx config, automatically generated
"src/moin/utils/SubProcess.py" = ["F401", "F821"] # 3rd party stuff, patched stdlib code
"src/moin/config/default.py" = ["F401", "F403"]
"src/moin/datastructures/__init__.py" = ["F401"]

Expand Down
209 changes: 0 additions & 209 deletions src/moin/utils/SubProcess.py

This file was deleted.

0 comments on commit 0906e7b

Please sign in to comment.