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 os
import colorama import colorama
from ruamel.yaml import YAML
from ruamel.yaml import constructor
import xdg.BaseDirectory import xdg.BaseDirectory
from ruamel.yaml import YAML from ruamel.yaml import YAML
from ruamel.yaml import constructor
from jrnl import __version__ from jrnl import __version__
from jrnl.exception import JrnlException from jrnl.exception import JrnlException
@ -19,7 +18,6 @@ from jrnl.output import list_journals
from jrnl.output import print_msg from jrnl.output import print_msg
from jrnl.path import home_dir from jrnl.path import home_dir
# Constants # Constants
DEFAULT_CONFIG_NAME = "jrnl.yaml" DEFAULT_CONFIG_NAME = "jrnl.yaml"
XDG_RESOURCE = "jrnl" XDG_RESOURCE = "jrnl"