Skip to content

Commit

Permalink
fix: Resolve issue where CLI is not imported
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored Feb 15, 2023
1 parent cd482fe commit 69e4156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eos_downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
__author__ = '@titom73'
__email__ = '[email protected]'
__date__ = '2022-03-16'
__version__ = '0.7.0'
__version__ = '0.7.1'

__all__ = ["CvpAuthenticationItem", "CvFeatureManager", "EOSDownloader", "ObjectDownloader", "reverse"]
__all__ = ["CvpAuthenticationItem", "CvFeatureManager", "EOSDownloader", "ObjectDownloader", "reverse", "cli"]

ARISTA_GET_SESSION = "https://www.arista.com/custom_data/api/cvp/getSessionCode/"

Expand Down

0 comments on commit 69e4156

Please sign in to comment.