Skip to content

Commit c94aa8f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7d18d7d commit c94aa8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

specfile/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@
243243
"x86_64_v3",
244244
"x86_64_v4",
245245
"xtensa",
246-
}
246+
}

specfile/specfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
ENCODING_ARGS = {"encoding": "utf8", "errors": "surrogateescape"}
5656

57+
5758
class Specfile:
5859
"""
5960
Class that represents a spec file.

0 commit comments

Comments
 (0)