From 39bae95e0ddf554c71d902f527093d79bced38ed Mon Sep 17 00:00:00 2001 From: robo-bo Date: Wed, 31 Aug 2022 18:49:19 +0300 Subject: [PATCH] minor fix --- Sources/pyOpenRPA/Agent/__Agent__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/pyOpenRPA/Agent/__Agent__.py b/Sources/pyOpenRPA/Agent/__Agent__.py index 5ba5cc94..c2cb482e 100755 --- a/Sources/pyOpenRPA/Agent/__Agent__.py +++ b/Sources/pyOpenRPA/Agent/__Agent__.py @@ -1,4 +1,3 @@ -from curses.ascii import CR import threading, socket, getpass, sys, uuid, subprocess, base64, psutil, getpass, time from . import O2A, A2O # Data flow Orchestrator To Agent from . import Processor # Processor Queue