Skip to content

Commit

Permalink
chore: remove redundant __all__
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Apr 2, 2024
1 parent da9dd82 commit 6bba1c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pact/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
import warnings
from pathlib import Path

__all__ = [
"BROKER_CLIENT_PATH",
"MESSAGE_PATH",
"MOCK_SERVICE_PATH",
"VERIFIER_PATH",
]


_USE_SYSTEM_BINS = os.getenv("PACT_USE_SYSTEM_BINS", "").upper() in ("TRUE", "YES")
_BIN_DIR = Path(__file__).parent.resolve() / "bin"

Expand Down

0 comments on commit 6bba1c4

Please sign in to comment.