mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
8 lines
102 B
Python
8 lines
102 B
Python
import pytest
|
|
|
|
pytest.importorskip("foo.bar")
|
|
|
|
import re
|
|
from sys import version
|
|
|
|
from numpy import *
|