Skip to content

Commit

Permalink
review - JuniperGeneric3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent 26b3ce1 commit 2b867e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions moler/device/junipergeneric3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
__email__ = '[email protected], [email protected], [email protected]'

import logging
from abc import ABCMeta
from six import add_metaclass
from moler.device.proxy_pc3 import ProxyPc3
from moler.helpers import call_base_class_method_with_same_name, mark_to_call_base_class_method_with_same_name



# Do not create object directly. Use subclass instead - JuniperEX.
@call_base_class_method_with_same_name
@add_metaclass(ABCMeta)
class JuniperGeneric3(ProxyPc3):
"""Junipergeneric device class."""

Expand Down

0 comments on commit 2b867e7

Please sign in to comment.