Skip to content

Commit d4481c3

Browse files
fixed missing import
1 parent e68cb0a commit d4481c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

robottools/library/keywords/deco.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
__all__ = ['KeywordDecoratorType']
3232

3333
import inspect
34+
from itertools import chain
3435

3536
from moretools import isstring, dictitems
3637

0 commit comments

Comments
 (0)