fix merge conflicts

This commit is contained in:
Jonathan Wren 2022-07-16 13:54:37 -07:00
parent 552c92fe82
commit 2ba21512aa

View file

@ -5,10 +5,9 @@ import logging
import os
import colorama
from ruamel.yaml import YAML
from ruamel.yaml import constructor
import xdg.BaseDirectory
from ruamel.yaml import YAML
from ruamel.yaml import constructor
from jrnl import __version__
from jrnl.exception import JrnlException
@ -19,7 +18,6 @@ from jrnl.output import list_journals
from jrnl.output import print_msg
from jrnl.path import home_dir
# Constants
DEFAULT_CONFIG_NAME = "jrnl.yaml"
XDG_RESOURCE = "jrnl"