mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
PEP fix
This commit is contained in:
parent
d49f74746a
commit
096c0c876c
@ -98,7 +98,6 @@ class ScheduledTaskPluginTests(TestCase):
|
|||||||
with self.assertRaises(MixinImplementationError):
|
with self.assertRaises(MixinImplementationError):
|
||||||
WrongFuncSchedules1()
|
WrongFuncSchedules1()
|
||||||
|
|
||||||
|
|
||||||
class WrongFuncSchedules2(WrongFuncSchedules):
|
class WrongFuncSchedules2(WrongFuncSchedules):
|
||||||
"""
|
"""
|
||||||
Plugin with broken functions
|
Plugin with broken functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user