diff --git a/monkey/infection_monkey/exploit/consts.py b/monkey/infection_monkey/exploit/consts.py deleted file mode 100644 index e74c7786c..000000000 --- a/monkey/infection_monkey/exploit/consts.py +++ /dev/null @@ -1,3 +0,0 @@ -# Constants used to refer to windows architectures -WIN_ARCH_32 = "32" -WIN_ARCH_64 = "64"