From ad696598ef38a2154906fb6c6b1d1901ba427227 Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:52:07 +0000 Subject: [PATCH] Bump black to 24.1.1 (#2216) ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> --- src/number_small.py | 1 + src/terms.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/number_small.py b/src/number_small.py index 16be32cf..28ce298f 100644 --- a/src/number_small.py +++ b/src/number_small.py @@ -2,6 +2,7 @@ This file allows us to use a custom `number_small` capture. See #1021 for more info. """ + from talon import Context, Module mod = Module() diff --git a/src/terms.py b/src/terms.py index 688d305a..f8ef66c6 100644 --- a/src/terms.py +++ b/src/terms.py @@ -1,6 +1,7 @@ """ Stores terms that are used in many different places """ + from talon import Context, Module mod = Module()