8000 Fix wrong fix · sarahmonod/github3.py@b9096d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9096d9

Browse files
author
staticdev
committed
Fix wrong fix
1 parent 766eea6 commit b9096d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/test_repos_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import tempfile
33

4-
import pytest
4+
# import pytest
55

66
import github4
77
from .helper import IntegrationHelper

tests/unit/test_repos_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
import unittest.mock
33

4-
# import pytest
4+
import pytest
55

66
import github4
77
from .helper import create_example_data_helper

0 commit comments

Comments
 (0)
0