Skip to content

Commit

Permalink
refactor: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Oct 26, 2024
1 parent 7a0f9eb commit dc84413
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion silverback/_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# Note: Python3.12 supports subclassing pathlib.Path
class BasePath(Path):
_flavour = type(Path())._flavour
_parse_args = type(Path())._parse_args


class FilePath(BasePath):
Expand Down
2 changes: 0 additions & 2 deletions silverback/_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import asyncio
import os
import shlex
import subprocess
from datetime import datetime, timedelta, timezone
from pathlib import Path

Expand Down

0 comments on commit dc84413

Please sign in to comment.