Skip to content

Commit

Permalink
🚑 [FIX] remove singleton on ampalibe.Model (#110)
Browse files Browse the repository at this point in the history
FIX #109 
Co-authored-by: arleme-idweb <arleme.botoravony@amws.space>
  • Loading branch information
rootkit7628 authored Jan 11, 2024
1 parent baf5573 commit d860aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampalibe/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def mongodb(self, conf=Configuration):

return url

@singleton

class Model:
"""
Object for interact with database with pre-defined function
Expand Down

0 comments on commit d860aa4

Please sign in to comment.