Skip to content

Commit 565e5c3

Browse files
committed
refactor: remove comments
1 parent b9248ad commit 565e5c3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

local_dev/tools/db-insertion/insert.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
from pathlib import Path
55

6-
# Before starting, you can change the path to the configuration for the desired integration and set of files.
76
BASE_DIR = Path(__file__).resolve().parent
8-
CONFIG_PATH = BASE_DIR / "OpenAIRE" / "config.json" # Change integration folder name here.
7+
CONFIG_PATH = BASE_DIR / "OpenAIRE" / "config.json"
98

10-
# Fallbacks
119
VISUALIZATION_DATA = []
1210
ENDPOINT_URL = "http://127.0.0.1:8081/dev/persistence/createVisualization/dev"
1311

0 commit comments

Comments
 (0)