Skip to content

Commit a3e09d1

Browse files
committed
coding standards
Signed-off-by: Paul Horton <[email protected]>
1 parent 14f699f commit a3e09d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ def _make_unique(self) -> str:
159159
OutputFormat.XML: 'xml',
160160
}
161161

162-
163162
_LIMIT_GET_BOM_BY_VERSION_REGEX = re.compile(r'^get_bom_(?P<sv>v(?P<major_version>1)_(?P<minor_version>[0-6]))?(.*)$')
164163

164+
165165
def mksname(purpose: Union[Any], sv: SchemaVersion, f: OutputFormat) -> Optional[str]:
166166
purpose = purpose if isinstance(purpose, str) else purpose.__name__
167167
restrict_to_schema = _LIMIT_GET_BOM_BY_VERSION_REGEX.match(purpose)

0 commit comments

Comments
 (0)