txl_editors 0.3.3__tar.gz → 0.3.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txl_editors
3
- Version: 0.3.3
3
+ Version: 0.3.5
4
4
  Summary: TXL plugin for editors
5
5
  Project-URL: Source, https://github.com/davidbrochart/jpterm/plugins/editors
6
6
  Author-email: David Brochart <david.brochart@gmail.com>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txl_editors"
7
- version = "0.3.3"
7
+ version = "0.3.5"
8
8
  description = "TXL plugin for editors"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,7 +1,6 @@
1
1
  from pathlib import Path
2
2
  from typing import Callable, Dict, List
3
3
 
4
- from anyio import create_task_group
5
4
  from fps import Module
6
5
  from textual.containers import Container
7
6
 
File without changes
File without changes
File without changes