Fix pylint errors

This commit is contained in:
Alex Liebowitz 2017-01-20 22:36:31 -05:00
parent 08aa024499
commit d3a63c38fc
2 changed files with 1 additions and 3 deletions

View file

@ -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)
"""

View file

@ -4,8 +4,6 @@ import mimetypes
import os
import random
import re
import subprocess
import sys
import base58
import requests
import urllib