Skip to content

Commit 3cf0275

Browse files
author
alexandr
committed
RPPT-001 | Add __all__ to __init__
1 parent fb80c13 commit 3cf0275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_reportportal/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from .rp_logging import RPLogger, RPLogHandler
2+
3+
__all__ = ['RPLogger', 'RPLogHandler']

0 commit comments

Comments
 (0)