Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 662d478

Browse files
Drop unused global variable
1 parent 6b10b4e commit 662d478

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

highfive/newpr.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
submodule_re = re.compile(r".*\+Subproject\scommit\s.*", re.DOTALL | re.MULTILINE)
3939
target_re = re.compile("^[+-]{3} [ab]/compiler/rustc_target/src/spec/", re.MULTILINE)
4040

41-
rustaceans_api_url = "http://www.ncameron.org/rustaceans/user?username={username}"
42-
43-
4441
class UnsupportedRepoError(IOError):
4542
pass
4643

0 commit comments

Comments
 (0)