2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

remove old import catching

This commit is contained in:
Matthias 2022-05-15 21:01:55 +02:00
parent ecccfbd546
commit 3154a4ebd0
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -6,10 +6,6 @@ import sys
import pathlib
import re
try:
from invoke import ctask as task
except:
from invoke import task