We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5e00e commit 4954d0cCopy full SHA for 4954d0c
1 file changed
codetide/core/models.py
@@ -299,7 +299,7 @@ def as_list_str(self)->List[str]:
299
300
# Assuming each entry has a `.raw` (str) and `.filepath` (str) attribute
301
for entry in self.imports.values():
302
- raw_elements_by_file[entry.file_path].append(entry.raw)
+ raw_elements_by_file["PACKAGES"].append(entry.raw)
303
304
for entry in self.variables.values():
305
raw_elements_by_file[entry.file_path].append(entry.raw)
0 commit comments