Update testing.py

pull/747/head
devy52 2025-03-24 13:30:11 +05:30 committed by GitHub
parent 7f747235ba
commit 8ea4d454f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
import logging
import pprint
import sys
from collections import Mapping, OrderedDict
from collections import OrderedDict
from collections.abc import Mapping
import numpy as np
from tabulate import tabulate
from termcolor import colored