Skip to content

Commit aba6fcd

Browse files
committed
Merge
1 parent 44676e1 commit aba6fcd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pylint.out

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
runid:zcujifymxg
2-
************* Module solver.__main__
3-
solver/__main__.py:41:0: E0611: No name 'DigitSolver' in module 'solver' (no-name-in-module)
4-
************* Module solver.util.pretty_solve.__main__
5-
solver/util/pretty_solve/__main__.py:39:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)
1+
runid:rkykozhgkr
62
************* Module solver.util.solve_auto.__main__
73
solver/util/solve_auto/__main__.py:51:0: E0401: Unable to import 'solve_auto' (import-error)
84
solver/util/solve_auto/__main__.py:66:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)
5+
************* Module solver.util.pretty_solve.__main__
6+
solver/util/pretty_solve/__main__.py:39:0: C0413: Import "from solver.solver import DigitSolver" should be placed at the top of the module (wrong-import-position)
97

108
-----------------------------------
11-
Your code has been rated at 9.67/10
9+
Your code has been rated at 9.81/10
1210

0 commit comments

Comments
 (0)