Skip to content

Commit b41008b

Browse files
committed
Accept suggestions from new toolchain
1 parent d40142d commit b41008b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fortune/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from functools import cache
2-
from mastodon import Mastodon
31
import subprocess
42
import time
53
import traceback
64

5+
from mastodon import Mastodon
6+
77
ENABLE_SEND = True
88
KWARGS = {'text': True, 'stdout': subprocess.PIPE}
99
MAX_LEN = 500

0 commit comments

Comments
 (0)