Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Feb 6, 2024
1 parent b23a835 commit a957465
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ftc/management/commands/import_schools_ni.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ def parse_row(self, record):
"dateRemoved": record.get("Date Closed"),
"active": record.get("Status") == "Open",
"parent": None,
"orgIDs": [self.get_org_id(record), f"GB-NIEDU-{record[self.id_field]}"],
"orgIDs": [
self.get_org_id(record),
f"GB-NIEDU-{record[self.id_field]}",
],
"scrape": self.scrape,
"source": self.source,
"spider": self.name,
Expand Down

0 comments on commit a957465

Please sign in to comment.