2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +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,11 +6,7 @@ import sys
import pathlib import pathlib
import re import re
from invoke import task
try:
from invoke import ctask as task
except:
from invoke import task
def apps(): def apps():