Skip to content

Commit

Permalink
Merge branch 'ci/pycafe_in_ci' of github.com:mckinsey/vizro into ci/p…
Browse files Browse the repository at this point in the history
…ycafe_in_ci
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
2 parents d3e21cf + 105259d commit fc9fe3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pycafe/test.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import base64
import datetime
import gzip
import json
import os
import subprocess
import sys
import textwrap
from pathlib import Path
from urllib.parse import quote, urlencode
import datetime
from typing import Optional
from urllib.parse import quote, urlencode

from github import Auth, Github

Expand Down

0 comments on commit fc9fe3d

Please sign in to comment.