Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 11, 2023
1 parent 1a0c0b3 commit ad1afd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mknodes/pages/mktemplatepage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import abc
import os

from typing import Any
Expand All @@ -12,7 +11,7 @@
logger = log.get_logger(__name__)


class MkTemplatePage(mkpage.MkPage, metaclass=abc.ABCMeta):
class MkTemplatePage(mkpage.MkPage):
"""MkPage subclass used for rendering templates."""

def __init__(
Expand Down

0 comments on commit ad1afd4

Please sign in to comment.