Skip to content

Commit 657d079

Browse files
authored
import missing tempfile
1 parent 92f9753 commit 657d079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.22
1+
0.0.23

libraries/RW/CLI/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Scope: Global
55
"""
6-
import re, logging, json, jmespath, os
6+
import re, logging, json, jmespath, os, tempfile
77
from datetime import datetime
88
from robot.libraries.BuiltIn import BuiltIn
99
import shlex

0 commit comments

Comments
 (0)