Skip to content

Commit c46b0c6

Browse files
committed
Change name of test file to test_no_future_annotations
1 parent 43cc457 commit c46b0c6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.2 (TBD)
2+
3+
- TBD
4+
15
## 2.6.1 (June 8, 2025)
26

37
- Bug Fixes

tests/test_future_annotations.py renamed to tests/test_no_future_annotations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from __future__ import annotations
2-
3-
import cmd2
1+
import cmd2 # noqa: I002
42

53
from .conftest import normalize, run_cmd
64

0 commit comments

Comments
 (0)