From 12a5b6b148d3496fab177fcfe0eab52d0783dc45 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 05:11:47 +0100 Subject: [PATCH] remove dead code --- InvenTree/stock/tasks.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 InvenTree/stock/tasks.py diff --git a/InvenTree/stock/tasks.py b/InvenTree/stock/tasks.py deleted file mode 100644 index a2b5079b33..0000000000 --- a/InvenTree/stock/tasks.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals