Skip to content

Commit

Permalink
fix: abc
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanglro committed Sep 28, 2022
1 parent 89f8a25 commit 3170236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.html linguist-vendored=true
*.html linguist-vendored=true
2 changes: 1 addition & 1 deletion pwhtmltopdf/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pwhtmltopdf.types import StrPath, StrPathLike


class BaseHTP:
class BaseHTP(abc.ABC):
def __init__(self, static_root: StrPath = None):
"""
param static_root: The resource directory in html, which is passed in for subsequent rendering
Expand Down

0 comments on commit 3170236

Please sign in to comment.