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

[REFACT] Avoid wildcard imports

parent b470bd86
...@@ -35,8 +35,9 @@ contents: ...@@ -35,8 +35,9 @@ contents:
import os import os
import re import re
import importlib import importlib
from gargantext.util.lists import * from gargantext.util.lists import WeightedList, UnweightedList, WeightedIndex, \
from gargantext.util import datetime, convert_to_datetime WeightedMatrix, Translations
from gargantext.util.dates import datetime, convert_to_datetime
from .settings import BASE_DIR from .settings import BASE_DIR
# types & models (nodes, lists, hyperdata, resource) --------------------------------------------- # 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