Skip to content

Commit fa58390

Browse files
committed
isort pandas_web
1 parent 7f3a385 commit fa58390

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/pandas_web.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
import time
3535
import typing
3636

37+
import feedparser
3738
import jinja2
39+
import markdown
3840
import requests
3941
import yaml
4042

41-
import feedparser
42-
import markdown
43-
4443

4544
class Preprocessors:
4645
"""

0 commit comments

Comments
 (0)