X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=osm_common%2Fdbmemory.py;fp=osm_common%2Fdbmemory.py;h=9f8c571e9ec5d6a6e45ab13fcf4113496e1cc308;hp=d089575ffa9b5666614b9aabe7ba1a1150555411;hb=3dd0db6efaab109fa1bd43395fbbddecf1eb73d4;hpb=3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1 diff --git a/osm_common/dbmemory.py b/osm_common/dbmemory.py index d089575..9f8c571 100644 --- a/osm_common/dbmemory.py +++ b/osm_common/dbmemory.py @@ -15,12 +15,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging -from osm_common.dbbase import DbException, DbBase -from osm_common.dbmongo import deep_update +from copy import deepcopy from http import HTTPStatus +import logging from uuid import uuid4 -from copy import deepcopy + +from osm_common.dbbase import DbBase, DbException +from osm_common.dbmongo import deep_update + __author__ = "Alfonso Tierno "