mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
from __future__ import print_function
|
|
"""Docstring"""
|
|
from __future__ import absolute_import
|
|
|
|
from collections import namedtuple
|
|
|
|
from __future__ import print_function
|