We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a511284 commit 64b1789Copy full SHA for 64b1789
pandas/io/clipboard/__init__.py
@@ -69,7 +69,7 @@
69
# `import PyQt4` sys.exit()s if DISPLAY is not in the environment.
70
# Thus, we need to detect the presence of $DISPLAY manually
71
# and not load PyQt4 if it is absent.
72
-HAS_DISPLAY = os.getenv("DISPLAY", False)
+HAS_DISPLAY = os.getenv("DISPLAY")
73
74
EXCEPT_MSG = """
75
Pyperclip could not find a copy/paste mechanism for your system.
pyproject.toml
@@ -130,7 +130,6 @@ disable = [
130
"expression-not-assigned",
131
"fixme",
132
"global-statement",
133
- "invalid-envvar-default",
134
"invalid-overridden-method",
135
"keyword-arg-before-vararg",
136
"non-parent-init-called",
0 commit comments