Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kircheneer committed Dec 19, 2024
1 parent c418658 commit c355c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautobot_device_onboarding/datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def refresh_git_command_mappers(repository_record, job_result, delete=False): #
# Shouldn't use an f string here as it is a log message.
job_result.log(
"Command mapper repo folder does not exist. Create a sub folder in the repository at '%'".format( # pylint: disable=consider-using-fstring
ONBOARDING_COMMAND_MAPPERS_REPOSITORY_FOLDER
),
level_choice=LogLevelChoices.LOG_WARNING,
)
Expand Down

0 comments on commit c355c10

Please sign in to comment.