We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2ed6 commit bac396fCopy full SHA for bac396f
pyaml/configuration/factory.py
@@ -1,15 +1,11 @@
1
# PyAML factory (construct AML objects from config files)
2
import importlib
3
-import pprint as pp
4
-import traceback
5
from threading import Lock
6
7
from .config_exception import PyAMLConfigException
8
from ..exception import PyAMLException
9
from ..lattice.element import Element
10
11
-#TODO:
12
-#Implement trace for error management. Hints: Implement private field __file__ in dictionary to report errors.
13
14
class BuildStrategy:
15
def can_handle(self, module: object, config_dict: dict) -> bool:
0 commit comments