Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
Summary: make automated checkup happy

Reviewed By: jermenkoo

Differential Revision: D67276590

fbshipit-source-id: 9d372ee9d17c9376470de967eadd234414271514
  • Loading branch information
deathowl authored and facebook-github-bot committed Dec 16, 2024
1 parent 6a3b4f6 commit 8086d98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testslide/bdd/lib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe
import asyncio
import asyncio.log
Expand Down
5 changes: 5 additions & 0 deletions testslide/executor/lib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe
import asyncio
import asyncio.log
Expand Down

0 comments on commit 8086d98

Please # to comment.