Skip to content

Commit

Permalink
capirca: export missing function (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi authored Sep 11, 2019
1 parent 10454cf commit 61fa0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybatfish/client/capirca.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if TYPE_CHECKING:
from pybatfish.client.session import Session # noqa: F401

__all__ = ["create_reference_book"]
__all__ = ["create_reference_book", "init_snapshot_from_acl"]


def _item_to_python_repr(item, definitions):
Expand Down

0 comments on commit 61fa0cd

Please sign in to comment.