We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bc89b commit 7debbfcCopy full SHA for 7debbfc
1 file changed
src/dispatch/cli.py
@@ -405,7 +405,7 @@ def close_incidents(name, username):
405
def clean_incident_artifacts(pattern):
406
"""This command will clean up incident artifacts. Useful for development."""
407
import re
408
- from dispatch.plugins.dispatch_google.drive.config import GOOGLE_DOMAIN
+ from dispatch.plugins.dispatch_google.config import GOOGLE_DOMAIN
409
from dispatch.plugins.dispatch_google.common import get_service
410
from dispatch.plugins.dispatch_google.drive.drive import delete_team_drive, list_team_drives
411
0 commit comments