Skip to content

Commit

Permalink
fix log_call import
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Dec 3, 2024
1 parent 3aa5370 commit e03a90b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from neutron.db.l3_db import L3_NAT_db_mixin
from neutron_lib.services.base import ServicePluginBase
from neutron_understack_mech import log_call

from neutron_understack.neutron_understack_mech import log_call


class UnderStackL3ServicePlugin(ServicePluginBase, L3_NAT_db_mixin):
Expand Down

0 comments on commit e03a90b

Please sign in to comment.