diff --git a/nautobot_device_onboarding/datasources.py b/nautobot_device_onboarding/datasources.py index 702b5f1..c2c9a18 100755 --- a/nautobot_device_onboarding/datasources.py +++ b/nautobot_device_onboarding/datasources.py @@ -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, )