Skip to content

Commit

Permalink
delete copyright and reference to cowprotocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 8, 2023
1 parent 044dbc9 commit c4c660b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions COPYRIGHT.md

This file was deleted.

2 changes: 1 addition & 1 deletion dune_client/file/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _write(
skip_empty: bool,
) -> None:
# The following three lines are duplicated in _append, due to python version compatibility
# https://github.com/cowprotocol/dune-client/issues/45
# https://github.com/duneanalytics/dune-client/issues/45
# We will continue to support python < 3.10 until ~3.13, this issue will remain open.
if skip_empty and len(data) == 0:
logger.info(f"Nothing to write to {writer.filename}... skipping")
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_parse_status_response(self):
)

def test_parse_known_status_response(self):
# For context: https://github.com/cowprotocol/dune-client/issues/22
# For context: https://github.com/duneanalytics/dune-client/issues/22
response = {
"execution_id": "01GES18035K5C4GDTY12Q79GBD",
"query_id": 1317323,
Expand Down

0 comments on commit c4c660b

Please sign in to comment.