mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Sort imports
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import http.client
|
||||
from pathlib import Path
|
||||
from collections.abc import Sequence
|
||||
from typing_extensions import assert_never
|
||||
from pathlib import Path
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from typing_extensions import assert_never
|
||||
|
||||
try:
|
||||
from bs4 import BeautifulSoup
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user