We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf853c commit 7e6c387Copy full SHA for 7e6c387
jnitrace/jnitrace.py
@@ -15,7 +15,7 @@
15
from pkg_resources import require
16
17
from colorama import Fore, Style, init
18
-
+#pylint: disable=consider-using-f-string
19
20
__version__ = require("jnitrace")[0].version
21
0 commit comments