File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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"
Original file line number Diff line number Diff line change 1919
2020 logger .warn ("Wheel is not available, disabling bdist_wheel hook" )
2121
22- VERSION = "1.4.0 "
22+ VERSION = "1.4.1 "
2323
2424# The full list of classifiers is available at
2525# https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments