Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phinik committed Apr 13, 2023
1 parent 501f1de commit 9f0589d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yoeo/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python3

from __future__ import division, annotaions
from __future__ import division, annotations
from typing import List, Optional

import argparse
Expand Down
2 changes: 1 addition & 1 deletion yoeo/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import division
from __future__ import division, annotations

from typing import Tuple

Expand Down

0 comments on commit 9f0589d

Please sign in to comment.