Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Sep 21, 2024
1 parent f872236 commit 3b6cd48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion etl/pubmed.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import itertools
import xml.etree.ElementTree as ET
from pathlib import Path
from typing import Any, Dict, Iterator, List, NamedTuple, Optional, Tuple, TypeVar
from typing import Any, Dict, Iterator, List, Optional, TypeVar

import pandas as pd
import prefect
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/components/AdvancedOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,12 @@
</template>

<script>
import TagFilterAutocomplete from "@/components/TagFilterAutocomplete.vue";
import debounce from "lodash/debounce";
import startCase from "lodash/startCase";
import keys from "lodash/keys";
export default {
name: "AdvancedOptions",
components: {
TagFilterAutocomplete,
},
props: {
// Intended for use with v-model
modelValue: {
Expand Down

0 comments on commit 3b6cd48

Please sign in to comment.