Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Dec 18, 2024
1 parent aadae3d commit cffd023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stories/hubbles_law/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { HubbleClassData } from "./models/hubble_class_data";
import { IgnoreStudent } from "../../models/ignore_student";
import { logger } from "../../logger";
import { HubbleClassMergeGroup } from "./models/hubble_class_merge_group";
import { QueryOptions } from "mysql2";

const galaxyAttributes = ["id", "ra", "decl", "z", "type", "name", "element"];

Expand Down

0 comments on commit cffd023

Please sign in to comment.