Skip to content

Commit 5f4067a

Browse files
committed
fix typos in uses_services plugin
1 parent 9826bc8 commit 5f4067a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pants-plugins/uses_services/mongo_rules.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import os
15+
1416
from textwrap import dedent
1517

1618
from pants.backend.python.goals.pytest_runner import (

pants-plugins/uses_services/platform_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def get_platform() -> Platform:
6969
input_digest=script_digest,
7070
description="Introspecting platform (arch, os, distro)",
7171
# this can change from run to run, so don't cache results.
72-
cache_scope=ProcessCacheScope.PER_RESTART_SUCCESSFULL,
72+
cache_scope=ProcessCacheScope.PER_RESTART_SUCCESSFUL,
7373
level=LogLevel.DEBUG,
7474
),
7575
)

0 commit comments

Comments
 (0)