We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b5baf commit 59d3b33Copy full SHA for 59d3b33
material/extensions/emoji.py
@@ -18,6 +18,8 @@
18
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19
# IN THE SOFTWARE.
20
21
+from __future__ import annotations
22
+
23
import codecs
24
import functools
25
import material
src/extensions/emoji.py
0 commit comments