Fix import order

This commit is contained in:
Matthias 2021-07-03 15:45:00 +02:00
parent 3503fdb4ec
commit dc8abd77df
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ import logging
import re
from pathlib import Path
from typing import Dict, List
import numpy as np
import numpy as np
import pytest
import rapidjson