Remove unused json import in test_board.py

This commit is contained in:
omri zaher 2025-08-09 19:32:47 +03:00
parent 1f1f1441ee
commit 0a8adf4b51

View file

@ -1,6 +1,5 @@
import pytest
import requests
import json
base_url = "http://10.0.0.17"
class TestBoard: