Skip to content

Commit

Permalink
fix(registry_handler): Change import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Dec 3, 2023
1 parent 8a63332 commit 814b2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrapatch/core/utils/terraform/registry_handler.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from dataclasses import dataclass
from typing import Union
import json
import logging as log
Expand All @@ -6,7 +7,6 @@
from urllib import request
from urllib.parse import urlparse

from attr import dataclass

from infrapatch.core.models.versioned_terraform_resources import VersionedTerraformResource, TerraformModule, TerraformProvider

Expand Down

0 comments on commit 814b2ee

Please sign in to comment.