Skip to content

Commit 2a37052

Browse files
committed
use future annotations
1 parent 33eb6ca commit 2a37052

File tree

1 file changed

+2
-0
lines changed
  • piccolo/apps/tester/commands

1 file changed

+2
-0
lines changed

piccolo/apps/tester/commands/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import os
24
import sys
35
import typing as t

0 commit comments

Comments
 (0)