Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Nov 25, 2024
1 parent eaef834 commit 07659ad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data_safe_haven/console/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .format import tabulate
from .pretty import pretty_print as print # noqa: A001
from .pretty import pretty_print as print # noqa: A004
from .prompts import confirm

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion data_safe_haven/external/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from .interface.pulumi_account import PulumiAccount

__all__ = [
"AzureSdk",
"AzureContainerInstance",
"AzureIPv4Range",
"AzurePostgreSQLDatabase",
"AzureSdk",
"GraphApi",
"PulumiAccount",
]
4 changes: 2 additions & 2 deletions data_safe_haven/infrastructure/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

__all__ = [
"DockerHubCredentials",
"SREDnsIpRanges",
"SREIpRanges",
"get_address_prefixes_from_subnet",
"get_available_ips_from_subnet",
"get_id_from_rg",
Expand All @@ -27,6 +29,4 @@
"get_name_from_subnet",
"get_name_from_vnet",
"get_subscription_id_from_rg",
"SREDnsIpRanges",
"SREIpRanges",
]
2 changes: 1 addition & 1 deletion data_safe_haven/infrastructure/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"MicrosoftSQLDatabaseProps",
"NFSV3BlobContainerComponent",
"NFSV3BlobContainerProps",
"WrappedNFSV3StorageAccount",
"PostgresqlDatabaseComponent",
"PostgresqlDatabaseProps",
"SSLCertificate",
"SSLCertificateProps",
"VMComponent",
"WrappedLogAnalyticsWorkspace",
"WrappedNFSV3StorageAccount",
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .nfsv3_storage_account import WrappedNFSV3StorageAccount

__all__ = [
"WrappedNFSV3StorageAccount",
"WrappedLogAnalyticsWorkspace",
"WrappedNFSV3StorageAccount",
]
4 changes: 2 additions & 2 deletions data_safe_haven/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"AzureDnsZoneNames",
"AzureLocation",
"AzurePremiumFileShareSize",
"AzureServiceTag",
"AzureSdkCredentialScope",
"AzureServiceTag",
"AzureSubscriptionName",
"AzureVmSku",
"DatabaseSystem",
"EmailAddress",
"EntraApplicationId",
"EntraAppPermissionType",
"EntraApplicationId",
"EntraGroupName",
"EntraSignInAudienceType",
"FirewallPriorities",
Expand Down

0 comments on commit 07659ad

Please sign in to comment.