Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Feb 3, 2024
1 parent f17be42 commit a692ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redbot/util/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def prep_seccomp() -> None:
# do a DNS lookup to prime socket.getaddrinfo
_ = socket.getaddrinfo("example.com", 80)


def add_rules(
filt: "seccomp.SyscallFilter",
rule: Union[int, "seccomp.ERRNO"],
Expand Down

0 comments on commit a692ae8

Please sign in to comment.