Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'letshelp-certbot/letshelp_certbot/magic_typing.py')
-rw-r--r--letshelp-certbot/letshelp_certbot/magic_typing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/letshelp-certbot/letshelp_certbot/magic_typing.py b/letshelp-certbot/letshelp_certbot/magic_typing.py
index 471b8dfa9..5a6358c69 100644
--- a/letshelp-certbot/letshelp_certbot/magic_typing.py
+++ b/letshelp-certbot/letshelp_certbot/magic_typing.py
@@ -1,6 +1,7 @@
"""Shim class to not have to depend on typing module in prod."""
import sys
+
class TypingClass(object):
"""Ignore import errors by getting anything"""
def __getattr__(self, name):