chore: lint (#1389)
Browse files
src/axolotl/utils/config/models/input/v0_4_1/__init__.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
"""
|
2 |
Module for pydantic models for configuration
|
3 |
"""
|
|
|
4 |
|
5 |
import logging
|
6 |
import os
|
|
|
1 |
"""
|
2 |
Module for pydantic models for configuration
|
3 |
"""
|
4 |
+
# pylint: disable=too-many-lines
|
5 |
|
6 |
import logging
|
7 |
import os
|