Skip to content

Commit 7b4f123

Browse files
authored
Merge branch 'main' into xinyi/batch-support
2 parents fc25204 + 1a38a11 commit 7b4f123

File tree

226 files changed

+56673
-19755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+56673
-19755
lines changed

.github/workflows/gh-sync.yml

-38
This file was deleted.

.github/workflows/qdk-sync.yml

-28
This file was deleted.

azure-quantum/azure/quantum/__init__.py

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Licensed under the MIT License.
44
##
55

6+
"""Defines interfaces for interacting with Azure Quantum"""
7+
8+
69
import logging
710
from .version import __version__
811

@@ -14,3 +17,6 @@
1417

1518
logger = logging.getLogger(__name__)
1619
logger.info(f"version: {__version__}")
20+
21+
22+
__all__ = [ "Workspace" ]

azure-quantum/azure/quantum/_client/aio/__init__.py

-23
This file was deleted.

azure-quantum/azure/quantum/_client/aio/_client.py

-124
This file was deleted.

azure-quantum/azure/quantum/_client/aio/_configuration.py

-89
This file was deleted.

azure-quantum/azure/quantum/_client/aio/_patch.py

-20
This file was deleted.

azure-quantum/azure/quantum/_client/aio/operations/__init__.py

-29
This file was deleted.

0 commit comments

Comments
 (0)