Skip to content

Commit 2392b6e

Browse files
committed
lint
1 parent 7120fb6 commit 2392b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devcycle_python_sdk/models/config_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from devcycle_python_sdk.models.project_metadata import ProjectMetadata
33
from typing import Dict, Any, Optional
44
from dataclasses import dataclass
5-
import json
65

76

87
@dataclass

devcycle_python_sdk/models/environment_metadata.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def to_json(self):
2323
for field_name in self.__dataclass_fields__:
2424
value = getattr(self, field_name)
2525
result[field_name] = value
26-
return result
26+
return result
27+

0 commit comments

Comments
 (0)