Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
aormu committed Nov 5, 2024
1 parent b00b4c0 commit 12db48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import shutil
import os
import json
import uuid
import webbrowser
from pathlib import Path
from datetime import datetime
from tqdm import tqdm
from googleapiclient.discovery import build
import uuid

from scubagoggles.auth import gws_auth
from scubagoggles.provider import Provider
Expand Down

0 comments on commit 12db48c

Please sign in to comment.