Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:11/1379] [shard:17/N]
Browse files Browse the repository at this point in the history
Differential Revision: D66288998

fbshipit-source-id: 0f119c24b280ed66bbe6e2020884fb23055b96f9
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Nov 21, 2024
1 parent dd274e1 commit 9c627e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fboss/agent/tools/fboss_route.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python3
# Copyright (C) 2004-present Facebook. All Rights Reserved

# pyre-unsafe

import contextlib
import socket
from argparse import ArgumentParser
Expand Down
2 changes: 2 additions & 0 deletions fboss/agent/tools/send_pkt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python3
# Copyright 2004-present Facebook. All Rights Reserved.

# pyre-unsafe

import argparse
import binascii
import re
Expand Down

0 comments on commit 9c627e4

Please sign in to comment.