Skip to content

Commit f0872fe

Browse files
committed
Copier Template: Cleanup docstring for internal imports. Remove 'from __future__ import annotations'.
1 parent 7d0f83b commit f0872fe

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

template/sources/{{ package_name }}/__/imports.py.jinja

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
#============================================================================#
1919

2020

21-
''' Common imports and type aliases used throughout the package. '''
21+
''' Common imports used throughout the package. '''
2222

2323
# ruff: noqa: F401
2424

2525

26-
from __future__ import annotations
27-
2826
import collections.abc as cabc
2927
import types
3028

template/sources/{{ package_name }}/{% if enable_cli %}cli.py{% endif %}.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
''' Command-line interface. '''
2222

2323

24-
from __future__ import annotations
25-
2624
from . import __
2725

2826

0 commit comments

Comments
 (0)