Skip to content

Commit

Permalink
fix(app): use future annotations.
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 27, 2023
1 parent 62f7c72 commit 450c27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions micropy/app/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from enum import Enum
from pathlib import Path
from typing import Optional, cast
Expand Down

0 comments on commit 450c27d

Please sign in to comment.