Skip to content

Commit

Permalink
chore: unused assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
  • Loading branch information
supakeen committed Oct 30, 2024
1 parent 55cd15a commit 3c36474
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/otk/document.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import pathlib
from copy import deepcopy
from typing import Any
Expand All @@ -10,8 +9,6 @@
from .traversal import State
from .target import OSBuildTarget

log = logging.getLogger(__name__)


class Omnifest:
_tree: dict[str, Any]
Expand Down

0 comments on commit 3c36474

Please sign in to comment.