Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.0: Bump python support #12

Merged
merged 11 commits into from
Oct 21, 2024
Prev Previous commit
Next Next commit
fix import in test
cognifloyd committed Oct 20, 2024
commit 72bc3c6f8a17fa603b278e5a14398934980a97a5
2 changes: 1 addition & 1 deletion tests/unit/test_vault_backend.py
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@

import sys
import unittest
from http.client
import http.client
from urllib.parse import urlparse

import mock