Skip to content

Commit

Permalink
[mojo-stdlib] Moved the fn to a staticmethod and added more test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal Phulgirkar <kaushalpp01@gmail.com>
  • Loading branch information
StandinKP committed Apr 30, 2024
1 parent c03ced7 commit e276630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/src/collections/__init__.mojo
Expand Up @@ -13,7 +13,7 @@
"""Implements the collections package."""

from .dict import Dict, KeyElement
from .list import List, count
from .list import List
from .optional import Optional, OptionalReg
from .set import Set
from .vector import (
Expand Down

0 comments on commit e276630

Please sign in to comment.