Skip to content

Commit

Permalink
Remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroTransactionsMatterToo committed Jun 2, 2017
1 parent 76c6873 commit 95ce3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midisnake/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from typing import AnyStr, List, Dict, Any, cast
from typing import List
from io import BufferedReader
from abc import ABCMeta, abstractmethod

Expand Down

0 comments on commit 95ce3e4

Please sign in to comment.