Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 6, 2024
1 parent 10a8f2f commit 87ba138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzer/linux/lib/common/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def append_buffer_to_host(buffer, nc=None):
nc.send(buffer[idx : idx + BUFSIZE], retry=False)
idx += BUFSIZE
except Exception:
raise ConnectionResetError
raise ConnectionResetError

nc.buffer_size += size

Expand Down
2 changes: 1 addition & 1 deletion analyzer/linux/lib/core/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import inspect
import logging
import subprocess
from threading import Thread, Event
import timeit
from os import environ, path, sys
from threading import Event, Thread

from lib.common.results import NetlogFile, append_buffer_to_host

Expand Down

0 comments on commit 87ba138

Please sign in to comment.