Commit efd062b0 by Bjorn Neergaard

fix: use pyi coding style for pyi files

parent f38c3b6e
"""Example module"""
from typing import Tuple
version_info = Tuple[int, int, int]
"""Example module"""
from typing import Tuple
version_info = Tuple[int, int, int]
"""Example module"""
from typing import Tuple
version_info = Tuple[int, int, int]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment