Skip to content

Commit

Permalink
fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Apr 16, 2021
1 parent 3f8db0f commit 7bf6ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maggma/stores/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from typing import Any, Dict, Iterator, List, Optional, Tuple, Union

import msgpack # type: ignore
from botocore.exceptions import ClientError
from monty.dev import deprecated
from monty.msgpack import default as monty_default

Expand Down

0 comments on commit 7bf6ae3

Please sign in to comment.