Skip to content

Commit

Permalink
#134 Cleanup - 7
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 3, 2024
1 parent b15820b commit 24fa5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/senzing_core/szconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class SzConfig(SzConfigAbstract):
"""

# TODO: Consider making usual constructor private (`SzConfig.SzConfig()`)
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))`

# -------------------------------------------------------------------------
# Python dunder/magic methods
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szconfigmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SzConfigManager(SzConfigManagerAbstract):
"""

# TODO: Consider making usual constructor private (`SzConfig.SzConfig()`)
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))`

# -------------------------------------------------------------------------
# Python dunder/magic methods
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szproduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SzProduct(SzProductAbstract):
"""

# TODO: Consider making usual constructor private (`SzConfig.SzConfig()`)
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))
# and replacing it with static constructor (i.e. `SzConfig.NewABC(str,str)`, `SzConfig.NewDEF(str,dict))`

# -------------------------------------------------------------------------
# Python dunder/magic methods
Expand Down

0 comments on commit 24fa5e1

Please sign in to comment.