Skip to content

Commit

Permalink
Remove pylint pragma working around very old false positive
Browse files Browse the repository at this point in the history
(cherry picked from commit 8e58110)
  • Loading branch information
rustybird authored and marmarek committed Apr 17, 2020
1 parent 895e672 commit a1bea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import inspect
import os
import os.path
import string # pylint: disable=deprecated-module
import string
import subprocess
import time
from datetime import datetime
Expand Down

0 comments on commit a1bea67

Please sign in to comment.