Skip to content

Commit 7debbfc

Browse files
authored
Update cli.py (Netflix#214)
1 parent 02bc89b commit 7debbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dispatch/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def close_incidents(name, username):
405405
def clean_incident_artifacts(pattern):
406406
"""This command will clean up incident artifacts. Useful for development."""
407407
import re
408-
from dispatch.plugins.dispatch_google.drive.config import GOOGLE_DOMAIN
408+
from dispatch.plugins.dispatch_google.config import GOOGLE_DOMAIN
409409
from dispatch.plugins.dispatch_google.common import get_service
410410
from dispatch.plugins.dispatch_google.drive.drive import delete_team_drive, list_team_drives
411411

0 commit comments

Comments
 (0)