Skip to content

Commit 1070b78

Browse files
fix: address on lint passing test
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent f65fdeb commit 1070b78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.internal/tests/fixtures/test_pass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
# test_pass.py
16-
import os
1716

1817

1918
def calculate_square(number: int) -> int:
@@ -25,5 +24,4 @@ def calculate_square(number: int) -> int:
2524

2625
if __name__ == "__main__":
2726
# Ensure a basic execution works cleanly
28-
current_directory = os.getcwd()
2927
calculate_square(5)

0 commit comments

Comments
 (0)