mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-04-25 23:21:27 +00:00
Tests: Remove unnecessary version check from test collector
This commit is contained in:
@ -1,10 +1,6 @@
|
|||||||
import sys
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
if sys.version_info >= (3, 11):
|
import tomllib
|
||||||
import tomllib
|
|
||||||
else:
|
|
||||||
import tomli as tomllib
|
|
||||||
|
|
||||||
from .bpf_test_case import BpfTestCase
|
from .bpf_test_case import BpfTestCase
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user