Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Nov 12, 2024
1 parent 4094123 commit eb8f0fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/examples/ping/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import os

from dotenv import load_dotenv
from sift_py.grpc.transport import SiftChannelConfig, use_sift_channel
from sift.ping.v1.ping_pb2 import PingRequest
from sift.ping.v1.ping_pb2_grpc import PingServiceStub

from sift_py.grpc.transport import SiftChannelConfig, use_sift_channel

if __name__ == "__main__":
load_dotenv()
Expand Down

0 comments on commit eb8f0fd

Please sign in to comment.