Skip to content

Commit

Permalink
Fix misordered import from gradio-app#4048
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed May 4, 2023
1 parent 13efae8 commit 6e909bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
import matplotlib
import requests
from markdown_it import MarkdownIt
from pygments import highlight
from pygments.formatters import HtmlFormatter
from pygments.lexers import get_lexer_by_name
from mdit_py_plugins.dollarmath.index import dollarmath_plugin
from mdit_py_plugins.footnote.index import footnote_plugin
from pydantic import BaseModel, parse_obj_as
from pygments import highlight
from pygments.formatters import HtmlFormatter
from pygments.lexers import get_lexer_by_name

import gradio
from gradio.context import Context
Expand Down

0 comments on commit 6e909bd

Please sign in to comment.