File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/confcom/azext_confcom/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- from dataclasses import dataclass , field , is_dataclass
7- import inspect
8- import sys
6+ from dataclasses import dataclass , field
97from typing import Literal , Optional
108
119
@@ -75,6 +73,7 @@ class FragmentReference:
7573 path : Optional [str ] = None
7674
7775
76+ # pylint: disable=too-many-instance-attributes
7877@dataclass
7978class Container :
8079 allow_elevated : bool = False
@@ -94,6 +93,7 @@ class Container:
9493 working_dir : str = "/"
9594
9695
96+ # pylint: disable=too-many-instance-attributes
9797@dataclass
9898class Policy :
9999 package : str = "policy"
You can’t perform that action at this time.
0 commit comments