4 lines
151 B
Python
4 lines
151 B
Python
# This call should import the **system** operator, not the dummy_package.operator
|
|
# module that is adjacent to this file
|
|
import operator # noqa: F401
|