Improve pep8 conformance

This commit is contained in:
jvoisin 2016-04-18 01:40:17 +02:00
parent 9bfde7dfcc
commit 17e389b800
8 changed files with 6 additions and 12 deletions

View file

@ -17,9 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
from onionshare import helpers
from nose import with_setup
import test_helpers
def test_get_platform_returns_platform_system():
"""get_platform() returns platform.system() when ONIONSHARE_PLATFORM is not defined"""