Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-kaisa committed Jan 16, 2025
1 parent 1ee45db commit aef09f2
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions core/classifier/bisac.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,27 @@ class BISACClassifier(Classifier):
m(General_Fiction, fiction, "Suburban"),
m(Urban_Fiction, fiction, "Urban & Street Lit"),
m(General_Fiction, fiction, "Women"),
m(Historical_Fiction, fiction, "World Literature", something, "Colonial & Revolutionary Periods"),
m(Historical_Fiction, fiction, "World Literature", something, "Colonial & 19th Century"),
m(Historical_Fiction, fiction, "World Literature", something, "16th & 17th Century"),
m(
Historical_Fiction,
fiction,
"World Literature",
something,
"Colonial & Revolutionary Periods",
),
m(
Historical_Fiction,
fiction,
"World Literature",
something,
"Colonial & 19th Century",
),
m(
Historical_Fiction,
fiction,
"World Literature",
something,
"16th & 17th Century",
),
m(Historical_Fiction, fiction, "World Literature", something, "18th Century"),
m(Historical_Fiction, fiction, "World Literature", something, "19th Century"),
m(General_Fiction, fiction, "World Literature"),
Expand Down

0 comments on commit aef09f2

Please sign in to comment.