Skip to content

Commit

Permalink
service: Update channelpool/loggers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Dec 8, 2023
1 parent 3af84c5 commit 2d7d51f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ni_measurementlink_service/grpc/channelpool.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""gRPC channel pool."""

from __future__ import annotations

import sys
Expand Down
2 changes: 2 additions & 0 deletions ni_measurementlink_service/grpc/loggers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""gRPC logging interceptors."""

from __future__ import annotations

import abc
Expand Down

0 comments on commit 2d7d51f

Please sign in to comment.