Skip to content

Commit e679d00

Browse files
committed
dev version for tests
1 parent 985c652 commit e679d00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uipath/_cli/_utils/_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ async def read_resource_overwrites_from_file(
204204

205205
try:
206206
with open(file_path, "r") as f:
207-
import logging
208207
data = json.load(f)
209208
print("loading overwrites...")
210209
print(data)

0 commit comments

Comments
 (0)