Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2023
1 parent af1d9c7 commit 7b09a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stubs/talon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class Resource:

def open(self, path: str, mode: str = "r"):
return open(path, mode, encoding="utf-8")

def watch(self, path: str):
pass

Expand Down

0 comments on commit 7b09a4a

Please sign in to comment.