Skip to content

Commit

Permalink
Remove uneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
0scarB committed Sep 12, 2020
1 parent 3165726 commit d02b01d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tail_recursive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def factorial(n):
"""

import abc
import dataclasses
from dataclasses import dataclass
import enum
import functools
Expand Down

0 comments on commit d02b01d

Please sign in to comment.