Skip to content

Commit d923073

Browse files
authored
Fix test for Python 3.8 (#27)
## Summary TypeError: 'type' object is not subscriptable ## How was this tested? CI ## PRs in the Stack - #26 - ➡ #27 (The stack is managed by [git-grok](https://github.com/dimikot/git-grok).)
1 parent fad0d68 commit d923073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import json
23
import re
34
import shlex

0 commit comments

Comments
 (0)