Skip to content

Commit

Permalink
⚰️ Remove unused AzureFileShare interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed May 9, 2024
1 parent 9c18fe3 commit b75d37f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
2 changes: 0 additions & 2 deletions data_safe_haven/external/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
from .api.azure_cli import AzureCliSingleton
from .api.graph_api import GraphApi
from .interface.azure_container_instance import AzureContainerInstance
from .interface.azure_fileshare import AzureFileShare
from .interface.azure_ipv4_range import AzureIPv4Range
from .interface.azure_postgresql_database import AzurePostgreSQLDatabase

__all__ = [
"AzureApi",
"AzureCliSingleton",
"AzureContainerInstance",
"AzureFileShare",
"AzureIPv4Range",
"AzurePostgreSQLDatabase",
"GraphApi",
Expand Down
114 changes: 0 additions & 114 deletions data_safe_haven/external/interface/azure_fileshare.py

This file was deleted.

0 comments on commit b75d37f

Please sign in to comment.