Skip to content

Commit 288c8ed

Browse files
authored
Reorganize imports to be compliant with isort (and conventional) (#35708)
1 parent 4079505 commit 288c8ed

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)