Cleanup after a rebase

This commit is contained in:
Nikolai Rodionov 2023-02-24 09:37:39 +01:00
parent 74ede7376c
commit a8e0322a85
1 changed files with 0 additions and 3 deletions

View File

@ -17,10 +17,7 @@ from mkdocs.plugins import BasePlugin
from md2cf.confluence_renderer import ConfluenceRenderer
from os import environ
from pathlib import Path
<<<<<<< HEAD
=======
from loguru import logger
>>>>>>> 0153901 (Upload attachments on post page to support other mkdocs plugins (#15))
ENABLE_ENV_VAR = "MKDOCS_TO_CONFLUENCE"
DRY_RUN_ENV_VAR = "MKDOCS_TO_CONFLUENCE_DRY_RUN"