Skip to content

Commit 1dbb4c3

Browse files
committed
Line length
1 parent 832a493 commit 1dbb4c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lgl_android_install.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,13 +614,15 @@ def configure_server(conn: ADBConnect,
614614
if timeline_file:
615615
# Import late to avoid pulling in transitive deps when unused
616616
from lglpy.comms import service_gpu_timeline
617-
service_tl = service_gpu_timeline.GPUTimelineService(timeline_file, verbose)
617+
service_tl = service_gpu_timeline.GPUTimelineService(
618+
timeline_file, verbose)
618619
instance.register_endpoint(service_tl)
619620

620621
if profile_dir:
621622
# Import late to avoid pulling in transitive deps when unused
622623
from lglpy.comms import service_gpu_profile
623-
service_prof = service_gpu_profile.GPUProfileService(profile_dir, verbose)
624+
service_prof = service_gpu_profile.GPUProfileService(
625+
profile_dir, verbose)
624626
instance.register_endpoint(service_prof)
625627

626628
# Start it running

0 commit comments

Comments
 (0)