Skip to content

Commit

Permalink
Remove obsolete XML extension override hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 27, 2024
1 parent e4e6751 commit 9091de9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
6 changes: 0 additions & 6 deletions plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
from .syntaxtest_dev import * # noqa
from .theme_dev import * # noqa

from . import xml_hidden_extensions_hotfix


def plugin_loaded():
xml_hidden_extensions_hotfix.plugin_loaded()


def _is_plugin_class(obj):
if hasattr(obj, '__bases__'):
Expand Down
79 changes: 0 additions & 79 deletions plugins/xml_hidden_extensions_hotfix.py

This file was deleted.

0 comments on commit 9091de9

Please sign in to comment.