Skip to content

Commit

Permalink
Update test_subclass_instantiation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Mar 28, 2024
1 parent 45f1935 commit 3771bd1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
)

class MeterProviderImplTest(MeterProvider):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

def get_meter(self, name: str, version: str | None = None, schema_url: str | None = None) -> Meter:
return super().get_meter(name, version, schema_url)

Expand Down

0 comments on commit 3771bd1

Please sign in to comment.