Commit f8aa5546 authored by sim's avatar sim Committed by sim

[REFACT] Avoid wildcard imports

parent b470bd86
......@@ -35,8 +35,9 @@ contents:
import os
import re
import importlib
from gargantext.util.lists import *
from gargantext.util import datetime, convert_to_datetime
from gargantext.util.lists import WeightedList, UnweightedList, WeightedIndex, \
WeightedMatrix, Translations
from gargantext.util.dates import datetime, convert_to_datetime
from .settings import BASE_DIR
# types & models (nodes, lists, hyperdata, resource) ---------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment