mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-08 17:43:58 +00:00
Remove unused imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import os.path
|
||||
import unittest
|
||||
from picard.util.astrcmp import astrcmp_py
|
||||
|
||||
@@ -35,5 +33,3 @@ class AstrcmpCTest(AstrcmpBase, unittest.TestCase):
|
||||
|
||||
class AstrcmpPyTest(AstrcmpBase, unittest.TestCase):
|
||||
func = astrcmp_py
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user