Merge pull request #623 from conqp/clean_hardware_imports

Remove unused import of json
This commit is contained in:
Anton Hvornum 2021-09-06 18:01:46 +02:00 committed by GitHub
commit 009dc0ab37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import json
import os
from pathlib import Path
from typing import Iterator, Optional, Union