Fix missing exceptions import
This commit is contained in:
parent
1240c1785c
commit
a7cb922983
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import functools
|
||||||
import time
|
import time
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
from . import exceptions
|
||||||
|
|
||||||
|
|
||||||
def required_feature(features):
|
def required_feature(features):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue