mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
f34e604d3b
git-subtree-dir: examples/knxPython/pybind11 git-subtree-split: 59a2ac2745d8a57ac94c6accced73620d59fb844
6 lines
143 B
Python
6 lines
143 B
Python
# -*- coding: utf-8 -*-
|
|
# This file is called from 'test_eval.py'
|
|
|
|
if "call_test2" in locals():
|
|
call_test2(y) # noqa: F821 undefined name
|