Skip to content

Commit c1f3259

Browse files
committed
chore: remove redundant __all__
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 0575391 commit c1f3259

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/pact/constants.py

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
import warnings
1111
from pathlib import Path
1212

13-
__all__ = [
14-
"BROKER_CLIENT_PATH",
15-
"MESSAGE_PATH",
16-
"MOCK_SERVICE_PATH",
17-
"VERIFIER_PATH",
18-
]
19-
20-
2113
_USE_SYSTEM_BINS = os.getenv("PACT_USE_SYSTEM_BINS", "").upper() in ("TRUE", "YES")
2214
_BIN_DIR = Path(__file__).parent.resolve() / "bin"
2315

0 commit comments

Comments
 (0)