Skip to content

Commit

Permalink
<>[]: <Bump dependency>
Browse files Browse the repository at this point in the history
[
Got updated codeallybasic
]

[#62]
  • Loading branch information
hasii2011 committed Feb 9, 2025
1 parent 444962b commit a7d82c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oglio/IDFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from typing import Dict
from typing import Union

from codeallybasic.Singleton import Singleton
from codeallybasic.SingletonV3 import SingletonV3


class IDFactory(Singleton):
class IDFactory(metaclass=SingletonV3):
"""
Type hinting results in self-documenting code. I really prefer and evangelize it.
Expand Down

0 comments on commit a7d82c9

Please sign in to comment.