Remove pylint pragma working around very old false positive

This commit is contained in:
Rusty Bird 2020-02-15 17:33:35 +00:00
parent 1f71a06aed
commit 8e581108b7
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -25,7 +25,7 @@
import inspect import inspect
import os import os
import os.path import os.path
import string # pylint: disable=deprecated-module import string
import subprocess import subprocess
import time import time
from datetime import datetime from datetime import datetime