Skip to content

Commit

Permalink
Merge pull request #8 from DirectEmployers/fix-config-import
Browse files Browse the repository at this point in the history
fix config import
  • Loading branch information
Tim Loyer authored Mar 15, 2021
2 parents 36a3e9d + 96dd636 commit 70d68c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vaultpy
version = 0.0.6
version = 0.0.7
author = Tim Loyer
author_email = [email protected]
description = A module to parse injected Vault secrets and track their usage with Datadog.
Expand Down
2 changes: 1 addition & 1 deletion vault/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from datadog import statsd

import config
from . import config

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 70d68c9

Please sign in to comment.