Fix flakes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
""" generic mechanism for marking and selecting python functions. """
|
||||
import inspect
|
||||
import py
|
||||
|
||||
|
||||
class MarkerError(Exception):
|
||||
|
||||
@@ -4,7 +4,6 @@ import pdb
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
import py
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
||||
Reference in New Issue
Block a user