Skip to content

Commit e0b0113

Browse files
authored
Fixed backref import (#8057)
1 parent 6a49618 commit e0b0113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material/plugins/search/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import logging
2323
import os
2424
import re
25-
import backrefs as bre
25+
from backrefs import bre
2626

2727
from html import escape
2828
from html.parser import HTMLParser

src/plugins/search/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import logging
2323
import os
2424
import re
25-
import backrefs as bre
25+
from backrefs import bre
2626

2727
from html import escape
2828
from html.parser import HTMLParser

0 commit comments

Comments
 (0)