Fix pylint errors
This commit is contained in:
parent
08aa024499
commit
d3a63c38fc
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ import sys
|
|||
import subprocess
|
||||
|
||||
def start(path):
|
||||
"""
|
||||
"""
|
||||
Open a file with the OS's default program. (Cross-platform equivalent of os.startfile() for
|
||||
Windows)
|
||||
"""
|
||||
|
|
|
@ -4,8 +4,6 @@ import mimetypes
|
|||
import os
|
||||
import random
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
import base58
|
||||
import requests
|
||||
import urllib
|
||||
|
|
Loading…
Reference in a new issue