biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / development / python-modules / arelle / tests.patch
blobe34cda99b2517128100ae58a6403337b40aa7fe5
1 diff --git c/arelle/CntlrProfiler.py i/arelle/CntlrProfiler.py
2 index a64bb1b..dc0299d 100644
3 --- c/arelle/CntlrProfiler.py
4 +++ i/arelle/CntlrProfiler.py
5 @@ -1,5 +1,6 @@
7 -import Cntlr, ModelManager, FileSource, time
8 +from arelle import Cntlr, ModelManager, FileSource
9 +import time
10 from optparse import OptionParser
11 import cProfile
12 import gettext
13 diff --git c/arelle/ValidateFilingText.py i/arelle/ValidateFilingText.py
14 index 12dbbbb..c0e98c3 100644