We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a49618 commit e0b0113Copy full SHA for e0b0113
material/plugins/search/plugin.py
@@ -22,7 +22,7 @@
22
import logging
23
import os
24
import re
25
-import backrefs as bre
+from backrefs import bre
26
27
from html import escape
28
from html.parser import HTMLParser
src/plugins/search/plugin.py
0 commit comments