Add pre-commit and fix isort

This commit is contained in:
Hugo 2019-09-26 10:31:49 +03:00
parent 695a11a4cd
commit d589c5ef8a
6 changed files with 42 additions and 16 deletions

View file

@ -4,9 +4,8 @@ Integration (not unit) tests for pylast.py
"""
import unittest
from flaky import flaky
import pylast
from flaky import flaky
from .test_pylast import PyLastTestCase, load_secrets