Skip to content

Commit bac396f

Browse files
Code cleaning.
1 parent 35f2ed6 commit bac396f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyaml/configuration/factory.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# PyAML factory (construct AML objects from config files)
22
import importlib
3-
import pprint as pp
4-
import traceback
53
from threading import Lock
64

75
from .config_exception import PyAMLConfigException
86
from ..exception import PyAMLException
97
from ..lattice.element import Element
108

11-
#TODO:
12-
#Implement trace for error management. Hints: Implement private field __file__ in dictionary to report errors.
139

1410
class BuildStrategy:
1511
def can_handle(self, module: object, config_dict: dict) -> bool:

0 commit comments

Comments
 (0)