Skip to content

Commit

Permalink
Merge pull request #1623 from davep/diagnose-diagnose
Browse files Browse the repository at this point in the history
Import type annotations from the future for `textual diagnose`
  • Loading branch information
willmcgugan authored Jan 20, 2023
2 parents c9b84f5 + 78f85ba commit 82372d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Added Strip.text property https://github.com/Textualize/textual/issues/1620

### Fixed

- Fixed `textual diagnose` crash on older supported Python versions.

### Changed

- The default filename for screenshots uses a datetime format similar to ISO8601, but with reserved characters replaced by underscores https://github.com/Textualize/textual/pull/1518
Expand Down
1 change: 1 addition & 0 deletions src/textual/cli/tools/diagnose.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Textual CLI command code to print diagnostic information."""

from __future__ import annotations
import os
import sys
import platform
Expand Down

0 comments on commit 82372d3

Please sign in to comment.