Skip to content

Commit

Permalink
Add missing asyncio import
Browse files Browse the repository at this point in the history
  • Loading branch information
Klee Dienes committed Oct 21, 2024
1 parent daf8393 commit 58df0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carthage/system_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# LICENSE for details.

import abc
import asyncio
from .dependency_injection import *
from .machine import Machine
from .utils import memoproperty
Expand Down

0 comments on commit 58df0ef

Please sign in to comment.