Skip to content

Commit

Permalink
Fix pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliebowitz committed Jan 21, 2017
1 parent 08aa024 commit d3a63c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lbrynet/core/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess

def start(path):
"""
"""
Open a file with the OS's default program. (Cross-platform equivalent of os.startfile() for
Windows)
"""
Expand Down
2 changes: 0 additions & 2 deletions lbrynet/lbrynet_daemon/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import os
import random
import re
import subprocess
import sys
import base58
import requests
import urllib
Expand Down

0 comments on commit d3a63c3

Please sign in to comment.