You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of functions in fiasco.util that need not be part of the public API as they are only used within one or two functions, also within fiasco.util, and have limited usefulness outside of those functions. These include:
There are a number of functions in
fiasco.util
that need not be part of the public API as they are only used within one or two functions, also withinfiasco.util
, and have limited usefulness outside of those functions. These include:fiasco/fiasco/util/setup_db.py
Line 94 in f996aea
fiasco/fiasco/util/setup_db.py
Line 116 in f996aea
fiasco/fiasco/util/setup_db.py
Line 131 in f996aea
These should be removed from the top-level
fiasco.util
namespace as well as prepended with a_
to denote them as private functions.The text was updated successfully, but these errors were encountered: