File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments