瀏覽代碼

pylint fix

ShezaMunir 3 年之前
父節點
當前提交
316cccd89e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      test_howdoi.py

+ 1 - 2
test_howdoi.py

@@ -7,10 +7,9 @@ import os
 import re
 import unittest
 
-import requests
-
 from pathlib import Path
 from unittest.mock import patch
+import requests
 
 from cachelib import NullCache
 from pyquery import PyQuery as pq