Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
add import (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubozhao authored Jun 23, 2022
1 parent a544ba2 commit 6018f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bentoctl_lambda/create_deployable.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import shutil
from sys import version_info
from pathlib import Path
from attr import asdict
from typing import Any

if version_info >= (3, 8):
Expand Down

0 comments on commit 6018f61

Please sign in to comment.