Skip to content

Commit 592b500

Browse files
Jonathan YoungJonathan Young
authored andcommitted
ARXIVCE-825 Changes from code review.
1 parent 9a150a8 commit 592b500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 Cornell University
1+
Copyright 2017-2025 Cornell University
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

arxiv/metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class FieldName(StrEnum):
1212
TITLE = "title"
1313
AUTHORS = "authors"
1414
ABSTRACT = "abstract"
15-
SOURCE_TYPE = "source_type"
15+
# source_type is internal, not checked
1616
COMMENTS = "comments"
1717
REPORT_NUM = "report_num"
1818
JOURNAL_REF = "journal_ref"

0 commit comments

Comments
 (0)